Upload dataset
Browse files- README.md +60 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,63 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: test
|
9 |
+
path: data/test-*
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: content
|
13 |
+
dtype: string
|
14 |
+
- name: annotation
|
15 |
+
list:
|
16 |
+
- name: label
|
17 |
+
sequence: string
|
18 |
+
- name: points
|
19 |
+
list:
|
20 |
+
- name: end
|
21 |
+
dtype: int64
|
22 |
+
- name: start
|
23 |
+
dtype: int64
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: highlight
|
27 |
+
struct:
|
28 |
+
- name: College Name
|
29 |
+
dtype: string
|
30 |
+
- name: Companies worked at
|
31 |
+
dtype: string
|
32 |
+
- name: Degree
|
33 |
+
dtype: string
|
34 |
+
- name: Designation
|
35 |
+
dtype: string
|
36 |
+
- name: Email Address
|
37 |
+
dtype: string
|
38 |
+
- name: Graduation Year
|
39 |
+
dtype: string
|
40 |
+
- name: Location
|
41 |
+
dtype: string
|
42 |
+
- name: Name
|
43 |
+
dtype: string
|
44 |
+
- name: Skills
|
45 |
+
dtype: string
|
46 |
+
- name: UNKNOWN
|
47 |
+
dtype: string
|
48 |
+
- name: Years of Experience
|
49 |
+
dtype: string
|
50 |
+
- name: length
|
51 |
+
dtype: int64
|
52 |
+
- name: summary
|
53 |
+
dtype: string
|
54 |
+
splits:
|
55 |
+
- name: train
|
56 |
+
num_bytes: 1121163.6
|
57 |
+
num_examples: 187
|
58 |
+
- name: test
|
59 |
+
num_bytes: 197852.4
|
60 |
+
num_examples: 33
|
61 |
+
download_size: 675128
|
62 |
+
dataset_size: 1319016.0
|
63 |
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbf4672d2b6421e93ccabaf69f682340f64cc22496315863fa1a90f471dec6b6
|
3 |
+
size 117590
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7aef25c25fe0c2d167f09e01fc62287acd323f6858f607a5db935ecbe5a674d6
|
3 |
+
size 557538
|