File size: 621 Bytes
76b5e83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: category
    dtype: string
  - name: job_key
    dtype: string
  - name: job_description
    dtype: string
  - name: jd_keywords
    dtype: string
  - name: original_bullet_points
    dtype: string
  - name: target_bullet_points
    dtype: string
  splits:
  - name: train
    num_bytes: 37588539.23105094
    num_examples: 6307
  - name: test
    num_bytes: 16115333.768949062
    num_examples: 2704
  download_size: 7016381
  dataset_size: 53703873.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---