File size: 1,025 Bytes
495c49f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: id
    dtype: string
  - name: cleaned_description
    dtype: string
  - name: title
    dtype: string
  - name: C1
    dtype: int64
  - name: C2
    dtype: int64
  - name: C3
    dtype: int64
  - name: C4
    dtype: int64
  - name: C5
    dtype: int64
  - name: C6
    dtype: int64
  - name: C7
    dtype: int64
  - name: C8
    dtype: int64
  - name: C9
    dtype: int64
  splits:
  - name: train
    num_bytes: 1119693900
    num_examples: 509834
  - name: eval
    num_bytes: 261886055
    num_examples: 104864
  - name: test
    num_bytes: 234468000
    num_examples: 102796
  download_size: 670254315
  dataset_size: 1616047955
---
# Dataset Card for "job_listing_german_cleaned_bert"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)