holylovenia commited on
Commit
1f07fa2
1 Parent(s): 29fb48f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -17
README.md CHANGED
@@ -1,22 +1,62 @@
 
1
  ---
2
- tags:
3
- - sentiment-analysis
4
- - machine-translation
5
- language:
6
  - jav
7
  - ind
 
 
 
 
 
 
 
8
  ---
9
 
10
- # code_mixed_jv_id
11
-
12
  Sentiment analysis and machine translation data for Javanese and Indonesian.
13
 
 
 
 
 
 
 
 
 
 
14
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
 
 
 
 
 
 
17
 
18
  ## Citation
19
 
 
20
  ```
21
  @article{Tho_2021,
22
  doi = {10.1088/1742-6596/1869/1/012084},
@@ -49,16 +89,14 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
49
  misclassified was that most of Indonesian language and Javanese language
50
  consist of words that were considered as positive in both Lexicon model.}
51
  }
52
- ```
53
-
54
- ## License
55
-
56
- cc_by_3.0
57
 
58
- ## Homepage
59
 
60
- [https://iopscience.iop.org/article/10.1088/1742-6596/1869/1/012084](https://iopscience.iop.org/article/10.1088/1742-6596/1869/1/012084)
61
-
62
- ### NusaCatalogue
 
 
 
 
63
 
64
- For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
 
1
+
2
  ---
3
+ language:
 
 
 
4
  - jav
5
  - ind
6
+ pretty_name: Code Mixed Jv Id
7
+ task_categories:
8
+ - sentiment-analysis
9
+ - machine-translation
10
+ tags:
11
+ - sentiment-analysis
12
+ - machine-translation
13
  ---
14
 
 
 
15
  Sentiment analysis and machine translation data for Javanese and Indonesian.
16
 
17
+
18
+ ## Languages
19
+
20
+ jav, ind
21
+
22
+ ## Supported Tasks
23
+
24
+ Sentiment Analysis, Machine Translation
25
+
26
  ## Dataset Usage
27
+ ### Using `datasets` library
28
+ ```
29
+ from datasets import load_dataset
30
+ dset = datasets.load_dataset("SEACrowd/code_mixed_jv_id", trust_remote_code=True)
31
+ ```
32
+ ### Using `seacrowd` library
33
+ ```import seacrowd as sc
34
+ # Load the dataset using the default config
35
+ dset = sc.load_dataset("code_mixed_jv_id", schema="seacrowd")
36
+ # Check all available subsets (config names) of the dataset
37
+ print(sc.available_config_names("code_mixed_jv_id"))
38
+ # Load the dataset using a specific config
39
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
40
+ ```
41
+
42
+ More details on how to load the `seacrowd` library can be found [here](https://github.com/SEACrowd/seacrowd-datahub?tab=readme-ov-file#how-to-use).
43
+
44
 
45
+ ## Dataset Homepage
46
+
47
+ [https://iopscience.iop.org/article/10.1088/1742-6596/1869/1/012084](https://iopscience.iop.org/article/10.1088/1742-6596/1869/1/012084)
48
+
49
+ ## Dataset Version
50
+
51
+ Source: 1.0.0. SEACrowd: 2024.06.20.
52
+
53
+ ## Dataset License
54
+
55
+ cc_by_3.0
56
 
57
  ## Citation
58
 
59
+ If you are using the **Code Mixed Jv Id** dataloader in your work, please cite the following:
60
  ```
61
  @article{Tho_2021,
62
  doi = {10.1088/1742-6596/1869/1/012084},
 
89
  misclassified was that most of Indonesian language and Javanese language
90
  consist of words that were considered as positive in both Lexicon model.}
91
  }
 
 
 
 
 
92
 
 
93
 
94
+ @article{lovenia2024seacrowd,
95
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
96
+ author={Holy Lovenia and Rahmad Mahendra and Salsabil Maulana Akbar and Lester James V. Miranda and Jennifer Santoso and Elyanah Aco and Akhdan Fadhilah and Jonibek Mansurov and Joseph Marvin Imperial and Onno P. Kampman and Joel Ruben Antony Moniz and Muhammad Ravi Shulthan Habibi and Frederikus Hudi and Railey Montalan and Ryan Ignatius and Joanito Agili Lopo and William Nixon and Börje F. Karlsson and James Jaya and Ryandito Diandaru and Yuze Gao and Patrick Amadeus and Bin Wang and Jan Christian Blaise Cruz and Chenxi Whitehouse and Ivan Halim Parmonangan and Maria Khelli and Wenyu Zhang and Lucky Susanto and Reynard Adha Ryanda and Sonny Lazuardi Hermawan and Dan John Velasco and Muhammad Dehan Al Kautsar and Willy Fitra Hendria and Yasmin Moslem and Noah Flynn and Muhammad Farid Adilazuarda and Haochen Li and Johanes Lee and R. Damanhuri and Shuo Sun and Muhammad Reza Qorib and Amirbek Djanibekov and Wei Qi Leong and Quyet V. Do and Niklas Muennighoff and Tanrada Pansuwan and Ilham Firdausi Putra and Yan Xu and Ngee Chia Tai and Ayu Purwarianti and Sebastian Ruder and William Tjhi and Peerat Limkonchotiwat and Alham Fikri Aji and Sedrick Keh and Genta Indra Winata and Ruochen Zhang and Fajri Koto and Zheng-Xin Yong and Samuel Cahyawijaya},
97
+ year={2024},
98
+ eprint={2406.10118},
99
+ journal={arXiv preprint arXiv: 2406.10118}
100
+ }
101
 
102
+ ```