mhtoin commited on
Commit
dc294b9
·
1 Parent(s): d3d781e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -14,14 +14,14 @@
14
  The Register Oscar dataset is a multilingual dataset, containing languaegs from the Oscar dataset that have been tagged with register information.
15
 
16
  8 main-level registers:
17
- Narrative (NA)
18
- Informational Description (IN)
19
- Opinion (OP)
20
- Interactive Discussion (ID)
21
- How-to/Instruction (HI)
22
- Informational Persuasion (IP)
23
- Lyrical (LY)
24
- Spoken (SP)
25
 
26
  For further description of the labels, see (Douglas Biber and Jesse Egbert. 2018. Register variation online)
27
 
@@ -37,13 +37,12 @@ For further information on the languages and data, see https://huggingface.co/da
37
 
38
  ### Data Instances
39
 
 
40
  {"id": "0", "labels": ["NA"], "text": "Zarif: Iran inajua mpango wa Saudia wa kufanya mauaji ya kigaidi dhidi ya maafisa wa ngazi za juu wa Iran\n"}
41
- {"id": "1", "labels": ["NA"], "text": "Miripuko hiyo inakuja mwanzoni mwa Wiki Takatifu kuelekea Pasaka na ikiwa ni wiki chache tu kabla ya Papa Francis kuanza ziara yake katika nchi hiyo yenye idadi kubwa kabisa ya watu katika ulimwengu wa nchi za Kiarabu.\n"}
42
- {"id": "2", "labels": ["IN"], "text": "Tuna matumaini makubwa ya kuendelea kutimiza malengo ya kujitosheleza kwa mahitaji ya chakula kwa kipindi cha mwaka mzima kama ilivyo kwa miaka mingi ya nyuma.\n"}
43
- }
44
 
45
  ### Data Fields
46
 
47
- id: unique id of the document (from the Oscar dataset)
48
- labels: the list of labels assigned to the text
49
- text: the original text of the document (as appears in the Oscar dataset)
 
14
  The Register Oscar dataset is a multilingual dataset, containing languaegs from the Oscar dataset that have been tagged with register information.
15
 
16
  8 main-level registers:
17
+ * Narrative (NA)
18
+ * Informational Description (IN)
19
+ * Opinion (OP)
20
+ * Interactive Discussion (ID)
21
+ * How-to/Instruction (HI)
22
+ * Informational Persuasion (IP)
23
+ * Lyrical (LY)
24
+ * Spoken (SP)
25
 
26
  For further description of the labels, see (Douglas Biber and Jesse Egbert. 2018. Register variation online)
27
 
 
37
 
38
  ### Data Instances
39
 
40
+ ```
41
  {"id": "0", "labels": ["NA"], "text": "Zarif: Iran inajua mpango wa Saudia wa kufanya mauaji ya kigaidi dhidi ya maafisa wa ngazi za juu wa Iran\n"}
42
+ ```
 
 
43
 
44
  ### Data Fields
45
 
46
+ * id: unique id of the document (from the Oscar dataset)
47
+ * labels: the list of labels assigned to the text
48
+ * text: the original text of the document (as appears in the Oscar dataset)