Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: eval
|
8 |
+
path: data/eval-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: id
|
14 |
+
dtype: string
|
15 |
+
- name: cleaned_description
|
16 |
+
dtype: string
|
17 |
+
- name: title
|
18 |
+
dtype: string
|
19 |
+
- name: C1
|
20 |
+
dtype: int64
|
21 |
+
- name: C2
|
22 |
+
dtype: int64
|
23 |
+
- name: C3
|
24 |
+
dtype: int64
|
25 |
+
- name: C4
|
26 |
+
dtype: int64
|
27 |
+
- name: C5
|
28 |
+
dtype: int64
|
29 |
+
- name: C6
|
30 |
+
dtype: int64
|
31 |
+
- name: C7
|
32 |
+
dtype: int64
|
33 |
+
- name: C8
|
34 |
+
dtype: int64
|
35 |
+
- name: C9
|
36 |
+
dtype: int64
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 1119693900
|
40 |
+
num_examples: 509834
|
41 |
+
- name: eval
|
42 |
+
num_bytes: 261886055
|
43 |
+
num_examples: 104864
|
44 |
+
- name: test
|
45 |
+
num_bytes: 234468000
|
46 |
+
num_examples: 102796
|
47 |
+
download_size: 670254315
|
48 |
+
dataset_size: 1616047955
|
49 |
+
---
|
50 |
+
# Dataset Card for "job_listing_german_cleaned_bert"
|
51 |
+
|
52 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|