holylovenia commited on
Commit
d0744ad
1 Parent(s): 3bf0a86

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -22
README.md CHANGED
@@ -1,30 +1,64 @@
 
1
  ---
2
- tags:
3
- - self-supervised-pretraining
4
- language:
5
  - ind
 
 
 
 
 
6
  ---
7
 
8
- # indo4b
9
-
10
- Indo4B is a large-scale Indonesian self-supervised pre-training corpus
11
-
12
  consists of around 3.6B words, with around 250M sentences. The corpus
13
-
14
  covers both formal and colloquial Indonesian sentences compiled from
15
-
16
  12 sources, of which two cover Indonesian colloquial language, eight
17
-
18
  cover formal Indonesian language, and the rest have a mixed style of
19
-
20
  both colloquial and formal.
21
 
 
 
 
 
 
 
 
 
 
22
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
25
 
26
  ## Citation
27
 
 
28
  ```
29
  @inproceedings{wilie-etal-2020-indonlu,
30
  title = "{I}ndo{NLU}: Benchmark and Resources for Evaluating {I}ndonesian
@@ -61,16 +95,14 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
61
  We release baseline models for all twelve tasks, as well as the framework for benchmark evaluation,
62
  thus enabling everyone to benchmark their system performances.",
63
  }
64
- ```
65
 
66
- ## License
67
-
68
- CC0
69
-
70
- ## Homepage
71
-
72
- [https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
73
 
74
- ### NusaCatalogue
 
 
 
 
 
 
75
 
76
- For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
 
1
+
2
  ---
3
+ language:
 
 
4
  - ind
5
+ pretty_name: Indo4B
6
+ task_categories:
7
+ - self-supervised-pretraining
8
+ tags:
9
+ - self-supervised-pretraining
10
  ---
11
 
12
+ Indo4B is a large-scale Indonesian self-supervised pre-training corpus
 
 
 
13
  consists of around 3.6B words, with around 250M sentences. The corpus
 
14
  covers both formal and colloquial Indonesian sentences compiled from
 
15
  12 sources, of which two cover Indonesian colloquial language, eight
 
16
  cover formal Indonesian language, and the rest have a mixed style of
 
17
  both colloquial and formal.
18
 
19
+
20
+ ## Languages
21
+
22
+ ind
23
+
24
+ ## Supported Tasks
25
+
26
+ Self Supervised Pretraining
27
+
28
  ## Dataset Usage
29
+ ### Using `datasets` library
30
+ ```
31
+ from datasets import load_dataset
32
+ dset = datasets.load_dataset("SEACrowd/indo4b", trust_remote_code=True)
33
+ ```
34
+ ### Using `seacrowd` library
35
+ ```import seacrowd as sc
36
+ # Load the dataset using the default config
37
+ dset = sc.load_dataset("indo4b", schema="seacrowd")
38
+ # Check all available subsets (config names) of the dataset
39
+ print(sc.available_config_names("indo4b"))
40
+ # Load the dataset using a specific config
41
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
42
+ ```
43
+
44
+ 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).
45
+
46
+
47
+ ## Dataset Homepage
48
+
49
+ [https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
50
+
51
+ ## Dataset Version
52
 
53
+ Source: 1.0.0. SEACrowd: 2024.06.20.
54
+
55
+ ## Dataset License
56
+
57
+ CC0
58
 
59
  ## Citation
60
 
61
+ If you are using the **Indo4B** dataloader in your work, please cite the following:
62
  ```
63
  @inproceedings{wilie-etal-2020-indonlu,
64
  title = "{I}ndo{NLU}: Benchmark and Resources for Evaluating {I}ndonesian
 
95
  We release baseline models for all twelve tasks, as well as the framework for benchmark evaluation,
96
  thus enabling everyone to benchmark their system performances.",
97
  }
 
98
 
 
 
 
 
 
 
 
99
 
100
+ @article{lovenia2024seacrowd,
101
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
102
+ 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},
103
+ year={2024},
104
+ eprint={2406.10118},
105
+ journal={arXiv preprint arXiv: 2406.10118}
106
+ }
107
 
108
+ ```