File size: 794 Bytes
0c2ba82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93f2ccd
 
0c2ba82
 
eebd7d2
0c2ba82
 
eebd7d2
0c2ba82
eebd7d2
 
0c2ba82
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: all_content
    dtype: string
  - name: title
    dtype: string
  - name: post_date
    dtype: string
  - name: Location
    dtype: string
  - name: description
    dtype: string
  - name: skills
    sequence: string
  - name: experience_level
    dtype: string
  - name: job_type
    dtype: string
  - name: project_type
    dtype: string
  - name: platform
    dtype: string
  - name: url
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 9170439
    num_examples: 1897
  - name: test
    num_bytes: 2233870
    num_examples: 475
  download_size: 5492417
  dataset_size: 11404309
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---