anhnv125 commited on
Commit
981a5c7
·
verified ·
1 Parent(s): c189871

Expand entities from JSON string to typed list of structs

Browse files
Files changed (2) hide show
  1. README.md +17 -1
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -25,7 +25,23 @@ dataset_info:
25
  - name: text
26
  dtype: string
27
  - name: entities
28
- dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  splits:
30
  - name: train
31
  num_examples: 12
 
25
  - name: text
26
  dtype: string
27
  - name: entities
28
+ list:
29
+ - name: entity_type
30
+ dtype: string
31
+ - name: canonical
32
+ dtype: string
33
+ - name: surface
34
+ dtype: string
35
+ - name: start_char
36
+ dtype: int32
37
+ - name: end_char
38
+ dtype: int32
39
+ - name: register
40
+ dtype: string
41
+ - name: is_eponym
42
+ dtype: string
43
+ - name: med_type
44
+ dtype: string
45
  splits:
46
  - name: train
47
  num_examples: 12
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c8ba5a079f6a4febc421bed54c7e6f03a2976faff361371453bb5d8cb088b7e
3
- size 238646110
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91990283ded4e33195b397d2358f288f83ab512387802968ee478cb158821144
3
+ size 238648187