holylovenia commited on
Commit
ed1b0ad
1 Parent(s): e38861b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -15
README.md CHANGED
@@ -1,20 +1,60 @@
 
1
  ---
2
- tags:
3
- - self-supervised-pretraining
4
- language:
5
  - ind
 
 
 
 
 
6
  ---
7
 
8
- # kopi_cc
 
 
9
 
10
- KoPI-CC (Korpus Perayapan Indonesia)-CC is Indonesian Only Extract from Common Crawl snapshots ,each snapshots get extracted using ungoliant and get extra "filtering" using deduplication technique
11
 
 
 
 
 
 
 
12
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
 
 
 
 
15
 
16
  ## Citation
17
 
 
18
  ```
19
  @ARTICLE{2022arXiv220106642A,
20
  author = {{Abadji}, Julien and {Ortiz Suarez}, Pedro and {Romary}, Laurent and {Sagot}, Benoit},
@@ -45,16 +85,15 @@ archivePrefix = {arXiv},
45
  abstract = {Since the introduction of large language models in Natural Language Processing, large raw corpora have played a crucial role in Computational Linguistics.},
46
  language = {en}
47
  }
48
- ```
49
-
50
- ## License
51
-
52
- CC0
53
 
54
- ## Homepage
55
 
56
- [https://huggingface.co/datasets/munggok/KoPI-CC](https://huggingface.co/datasets/munggok/KoPI-CC)
57
 
58
- ### NusaCatalogue
 
 
 
 
 
 
59
 
60
- 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: Kopi Cc
6
+ task_categories:
7
+ - self-supervised-pretraining
8
+ tags:
9
+ - self-supervised-pretraining
10
  ---
11
 
12
+ KoPI-CC (Korpus Perayapan Indonesia)-CC is Indonesian Only Extract from Common Crawl snapshots ,each snapshots get extracted using ungoliant and get extra "filtering" using deduplication technique
13
+
14
+
15
 
16
+ ## Languages
17
 
18
+ ind
19
+
20
+ ## Supported Tasks
21
+
22
+ Self Supervised Pretraining
23
+
24
  ## Dataset Usage
25
+ ### Using `datasets` library
26
+ ```
27
+ from datasets import load_dataset
28
+ dset = datasets.load_dataset("SEACrowd/kopi_cc", trust_remote_code=True)
29
+ ```
30
+ ### Using `seacrowd` library
31
+ ```import seacrowd as sc
32
+ # Load the dataset using the default config
33
+ dset = sc.load_dataset("kopi_cc", schema="seacrowd")
34
+ # Check all available subsets (config names) of the dataset
35
+ print(sc.available_config_names("kopi_cc"))
36
+ # Load the dataset using a specific config
37
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
38
+ ```
39
+
40
+ 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).
41
+
42
+
43
+ ## Dataset Homepage
44
 
45
+ [https://huggingface.co/datasets/munggok/KoPI-CC](https://huggingface.co/datasets/munggok/KoPI-CC)
46
+
47
+ ## Dataset Version
48
+
49
+ Source: 2018.12.01. SEACrowd: 2024.06.20.
50
+
51
+ ## Dataset License
52
+
53
+ CC0
54
 
55
  ## Citation
56
 
57
+ If you are using the **Kopi Cc** dataloader in your work, please cite the following:
58
  ```
59
  @ARTICLE{2022arXiv220106642A,
60
  author = {{Abadji}, Julien and {Ortiz Suarez}, Pedro and {Romary}, Laurent and {Sagot}, Benoit},
 
85
  abstract = {Since the introduction of large language models in Natural Language Processing, large raw corpora have played a crucial role in Computational Linguistics.},
86
  language = {en}
87
  }
 
 
 
 
 
88
 
 
89
 
 
90
 
91
+ @article{lovenia2024seacrowd,
92
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
93
+ 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},
94
+ year={2024},
95
+ eprint={2406.10118},
96
+ journal={arXiv preprint arXiv: 2406.10118}
97
+ }
98
 
99
+ ```