Datasets:
Commit
•
4ceff73
1
Parent(s):
f14dad0
Fix task tags (#3)
Browse files- Fix task tags (92c822b782e754ec46353db8a5259eac8ce91454)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- si
|
4 |
-
|
5 |
license:
|
6 |
- cc-by-sa-4.0
|
7 |
-
|
8 |
task_categories:
|
9 |
-
-
|
10 |
-
|
11 |
task_ids:
|
12 |
-
- tokenization
|
13 |
-
- part-of-speech-tagging
|
14 |
- lemmatization
|
15 |
- named-entity-recognition
|
|
|
|
|
|
|
|
|
|
|
16 |
- dependency-parsing
|
17 |
-
|
18 |
---
|
19 |
The dataset contains 7432 training samples, 1164 validation samples and 893 test samples.
|
20 |
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- si
|
|
|
4 |
license:
|
5 |
- cc-by-sa-4.0
|
|
|
6 |
task_categories:
|
7 |
+
- token-classification
|
|
|
8 |
task_ids:
|
|
|
|
|
9 |
- lemmatization
|
10 |
- named-entity-recognition
|
11 |
+
- parsing
|
12 |
+
- part-of-speech
|
13 |
+
tags:
|
14 |
+
- structure-prediction
|
15 |
+
- tokenization
|
16 |
- dependency-parsing
|
|
|
17 |
---
|
18 |
The dataset contains 7432 training samples, 1164 validation samples and 893 test samples.
|
19 |
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
|