Datasets:

ArXiv:
License:
holylovenia commited on
Commit
e6f56e9
1 Parent(s): 072e2c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -42,25 +42,25 @@ ace, ban, bjn, bug, ceb, ilo, ind, jav, kac, khm, lao, lus, min, mya, pag, shn,
42
  ## Supported Tasks
43
 
44
  Topic Modeling
45
-
46
  ## Dataset Usage
47
  ### Using `datasets` library
48
  ```
49
- from datasets import load_dataset
50
- dset = datasets.load_dataset("SEACrowd/sib_200", trust_remote_code=True)
51
  ```
52
  ### Using `seacrowd` library
53
  ```import seacrowd as sc
54
  # Load the dataset using the default config
55
- dset = sc.load_dataset("sib_200", schema="seacrowd")
56
  # Check all available subsets (config names) of the dataset
57
- print(sc.available_config_names("sib_200"))
58
  # Load the dataset using a specific config
59
- dset = sc.load_dataset_by_config_name(config_name="<config_name>")
60
  ```
61
-
62
- 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).
63
-
64
 
65
  ## Dataset Homepage
66
 
 
42
  ## Supported Tasks
43
 
44
  Topic Modeling
45
+
46
  ## Dataset Usage
47
  ### Using `datasets` library
48
  ```
49
+ from datasets import load_dataset
50
+ dset = datasets.load_dataset("SEACrowd/sib_200", trust_remote_code=True)
51
  ```
52
  ### Using `seacrowd` library
53
  ```import seacrowd as sc
54
  # Load the dataset using the default config
55
+ dset = sc.load_dataset("sib_200", schema="seacrowd")
56
  # Check all available subsets (config names) of the dataset
57
+ print(sc.available_config_names("sib_200"))
58
  # Load the dataset using a specific config
59
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
60
  ```
61
+
62
+ 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).
63
+
64
 
65
  ## Dataset Homepage
66