holylovenia commited on
Commit
f7782fb
1 Parent(s): 139b9c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -16,18 +16,22 @@ language:
16
  - eng
17
  ---
18
 
 
 
19
  NusaX is a high-quality multilingual parallel corpus that covers 12 languages, Indonesian, English, and 10 Indonesian local languages, namely Acehnese, Balinese, Banjarese, Buginese, Madurese, Minangkabau, Javanese, Ngaju, Sundanese, and Toba Batak.
20
 
21
- NusaX-Senti is a 3-labels (positive, neutral, negative) sentiment analysis dataset for 10 Indonesian local languages + Indonesian and English.
22
 
23
 
 
 
24
  ## Dataset Usage
25
 
26
  Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
27
 
28
  ## Citation
29
 
30
- ```@misc{winata2022nusax,
 
31
  title={NusaX: Multilingual Parallel Sentiment Dataset for 10 Indonesian Local Languages},
32
  author={Winata, Genta Indra and Aji, Alham Fikri and Cahyawijaya,
33
  Samuel and Mahendra, Rahmad and Koto, Fajri and Romadhony,
@@ -47,6 +51,8 @@ Creative Commons Attribution Share-Alike 4.0 International
47
 
48
  ## Homepage
49
 
 
 
50
  ### NusaCatalogue
51
 
52
  For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
 
16
  - eng
17
  ---
18
 
19
+ # nusax_senti
20
+
21
  NusaX is a high-quality multilingual parallel corpus that covers 12 languages, Indonesian, English, and 10 Indonesian local languages, namely Acehnese, Balinese, Banjarese, Buginese, Madurese, Minangkabau, Javanese, Ngaju, Sundanese, and Toba Batak.
22
 
 
23
 
24
 
25
+ NusaX-Senti is a 3-labels (positive, neutral, negative) sentiment analysis dataset for 10 Indonesian local languages + Indonesian and English.
26
+
27
  ## Dataset Usage
28
 
29
  Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
30
 
31
  ## Citation
32
 
33
+ ```
34
+ @misc{winata2022nusax,
35
  title={NusaX: Multilingual Parallel Sentiment Dataset for 10 Indonesian Local Languages},
36
  author={Winata, Genta Indra and Aji, Alham Fikri and Cahyawijaya,
37
  Samuel and Mahendra, Rahmad and Koto, Fajri and Romadhony,
 
51
 
52
  ## Homepage
53
 
54
+ [https://github.com/IndoNLP/nusax/tree/main/datasets/sentiment](https://github.com/IndoNLP/nusax/tree/main/datasets/sentiment)
55
+
56
  ### NusaCatalogue
57
 
58
  For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)