imvladikon commited on
Commit
fb24ec8
1 Parent(s): 2df65c7
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,3 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # NEMO-Corpus - The Hebrew Named Entities and Morphology Corpus
2
 
3
  **Disclaimer**: It's just a huggingface datasets convenient interface for research purpose which is fetching the original data from [github](https://github.com/OnlpLab/NEMO-Corpus). I'm not an author of this work.
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - he
8
+ licenses:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - extended|other-reuters-corpus
16
+ task_categories:
17
+ - token-classification
18
+ task_ids:
19
+ - named-entity-recognition
20
+ train-eval-index:
21
+ - config: bmc
22
+ task: token-classification
23
+ task_id: entity_extraction
24
+ splits:
25
+ train_split: train
26
+ eval_split: validation
27
+ test_split: test
28
+ col_mapping:
29
+ tokens: tokens
30
+ ner_tags: tags
31
+ metrics:
32
+ - type: seqeval
33
+ name: seqeval
34
+ ---
35
+
36
+
37
  # NEMO-Corpus - The Hebrew Named Entities and Morphology Corpus
38
 
39
  **Disclaimer**: It's just a huggingface datasets convenient interface for research purpose which is fetching the original data from [github](https://github.com/OnlpLab/NEMO-Corpus). I'm not an author of this work.