Datasets:

Languages:
Indonesian
ArXiv:
License:
holylovenia commited on
Commit
5bc521f
1 Parent(s): c946a0e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -17,25 +17,25 @@ ind
17
  ## Supported Tasks
18
 
19
 
20
-
21
  ## Dataset Usage
22
  ### Using `datasets` library
23
  ```
24
- from datasets import load_dataset
25
- dset = datasets.load_dataset("SEACrowd/saltik", trust_remote_code=True)
26
  ```
27
  ### Using `seacrowd` library
28
  ```import seacrowd as sc
29
  # Load the dataset using the default config
30
- dset = sc.load_dataset("saltik", schema="seacrowd")
31
  # Check all available subsets (config names) of the dataset
32
- print(sc.available_config_names("saltik"))
33
  # Load the dataset using a specific config
34
- dset = sc.load_dataset_by_config_name(config_name="<config_name>")
35
  ```
36
-
37
- 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).
38
-
39
 
40
  ## Dataset Homepage
41
 
 
17
  ## Supported Tasks
18
 
19
 
20
+
21
  ## Dataset Usage
22
  ### Using `datasets` library
23
  ```
24
+ from datasets import load_dataset
25
+ dset = datasets.load_dataset("SEACrowd/saltik", trust_remote_code=True)
26
  ```
27
  ### Using `seacrowd` library
28
  ```import seacrowd as sc
29
  # Load the dataset using the default config
30
+ dset = sc.load_dataset("saltik", schema="seacrowd")
31
  # Check all available subsets (config names) of the dataset
32
+ print(sc.available_config_names("saltik"))
33
  # Load the dataset using a specific config
34
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
35
  ```
36
+
37
+ 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).
38
+
39
 
40
  ## Dataset Homepage
41