Commit
·
ec9d785
1
Parent(s):
7281d98
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: labels
|
5 |
+
dtype:
|
6 |
+
class_label:
|
7 |
+
names:
|
8 |
+
'0': Data Engineer
|
9 |
+
'1': Machine Learning Engineer
|
10 |
+
'2': Data Analyst
|
11 |
+
'3': Data Scientist
|
12 |
+
'4': MLOps
|
13 |
+
'5': Analytics Engineer
|
14 |
+
'6': Software Engineer
|
15 |
+
- name: text
|
16 |
+
dtype: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 801913.2
|
20 |
+
num_examples: 1659
|
21 |
+
- name: val
|
22 |
+
num_bytes: 267304.4
|
23 |
+
num_examples: 553
|
24 |
+
- name: test
|
25 |
+
num_bytes: 267304.4
|
26 |
+
num_examples: 553
|
27 |
+
download_size: 138687
|
28 |
+
dataset_size: 1336522.0
|
29 |
+
---
|
30 |
+
# Dataset Card for "fr-crawler-private-mlm"
|
31 |
+
|
32 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|