Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
ianporada commited on
Commit
2e91a3a
·
verified ·
1 Parent(s): 8c267ee

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,7 +10,9 @@ license: cc-by-4.0
10
 
11
  ## Details
12
 
13
- Each item has the features
 
 
14
 
15
  ```
16
  {'coref_chains': List[List[List[int]]] # list of clusters, each cluster is a list of mentions, each mention is a list of [sent_idx, start, end] inclusive
 
10
 
11
  ## Details
12
 
13
+ Ten configs of the form f"split_{X}" where X is in range(10)
14
+
15
+ ### Features
16
 
17
  ```
18
  {'coref_chains': List[List[List[int]]] # list of clusters, each cluster is a list of mentions, each mention is a list of [sent_idx, start, end] inclusive