Commit ·
55cc7ca
1
Parent(s): 9e87da4
Update README.md
Browse files
README.md
CHANGED
|
@@ -122,6 +122,15 @@ An example:
|
|
| 122 |
- MASK: the masked named entity.
|
| 123 |
|
| 124 |
### Data Splits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
|
| 126 |
## Dataset Creation
|
| 127 |
|
|
|
|
| 122 |
- MASK: the masked named entity.
|
| 123 |
|
| 124 |
### Data Splits
|
| 125 |
+
HuRC has 3 splits: *train*, *validation* and *test*.
|
| 126 |
+
|
| 127 |
+
| Dataset split | Number of instances in the split | Proportion of the split
|
| 128 |
+
|---------------|----------------------------------| ---------|
|
| 129 |
+
| train | 64614 | 80%|
|
| 130 |
+
| validation | 8000 |10%|
|
| 131 |
+
| test | 8000 |10%|
|
| 132 |
+
|
| 133 |
+
The test data is distributed without the MASK fields. To evaluate your model, please [contact us](mailto:ligeti-nagy.noemi@nytud.hu), or check [HuLU's website](hulu.nlp.nytud.hu) for an automatic evaluation (this feature is under construction at the moment).
|
| 134 |
|
| 135 |
## Dataset Creation
|
| 136 |
|