holylovenia commited on
Commit
78b11bf
1 Parent(s): 80c0742

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -28,25 +28,25 @@ abs, aoz, day, mak, mkn
28
  ## Supported Tasks
29
 
30
  Machine Translation
31
-
32
  ## Dataset Usage
33
  ### Using `datasets` library
34
  ```
35
- from datasets import load_dataset
36
- dset = datasets.load_dataset("SEACrowd/bhinneka_korpus", trust_remote_code=True)
37
  ```
38
  ### Using `seacrowd` library
39
  ```import seacrowd as sc
40
  # Load the dataset using the default config
41
- dset = sc.load_dataset("bhinneka_korpus", schema="seacrowd")
42
  # Check all available subsets (config names) of the dataset
43
- print(sc.available_config_names("bhinneka_korpus"))
44
  # Load the dataset using a specific config
45
- dset = sc.load_dataset_by_config_name(config_name="<config_name>")
46
  ```
47
-
48
- 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).
49
-
50
 
51
  ## Dataset Homepage
52
 
 
28
  ## Supported Tasks
29
 
30
  Machine Translation
31
+
32
  ## Dataset Usage
33
  ### Using `datasets` library
34
  ```
35
+ from datasets import load_dataset
36
+ dset = datasets.load_dataset("SEACrowd/bhinneka_korpus", trust_remote_code=True)
37
  ```
38
  ### Using `seacrowd` library
39
  ```import seacrowd as sc
40
  # Load the dataset using the default config
41
+ dset = sc.load_dataset("bhinneka_korpus", schema="seacrowd")
42
  # Check all available subsets (config names) of the dataset
43
+ print(sc.available_config_names("bhinneka_korpus"))
44
  # Load the dataset using a specific config
45
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
46
  ```
47
+
48
+ 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).
49
+
50
 
51
  ## Dataset Homepage
52