Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -10,7 +10,9 @@ license: cc-by-4.0
|
|
10 |
|
11 |
## Details
|
12 |
|
13 |
-
|
|
|
|
|
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
|