holylovenia commited on
Commit
edfe95d
1 Parent(s): 76addaf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -37,25 +37,25 @@ eng, vie, tha, mya, jav, ind, tgl, zlm, ceb, fil, khm, lao, mad, pam
37
  ## Supported Tasks
38
 
39
  Machine Translation, Self Supervised Pretraining
40
-
41
  ## Dataset Usage
42
  ### Using `datasets` library
43
  ```
44
- from datasets import load_dataset
45
- dset = datasets.load_dataset("SEACrowd/qed", trust_remote_code=True)
46
  ```
47
  ### Using `seacrowd` library
48
  ```import seacrowd as sc
49
  # Load the dataset using the default config
50
- dset = sc.load_dataset("qed", schema="seacrowd")
51
  # Check all available subsets (config names) of the dataset
52
- print(sc.available_config_names("qed"))
53
  # Load the dataset using a specific config
54
- dset = sc.load_dataset_by_config_name(config_name="<config_name>")
55
  ```
56
-
57
- 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).
58
-
59
 
60
  ## Dataset Homepage
61
 
 
37
  ## Supported Tasks
38
 
39
  Machine Translation, Self Supervised Pretraining
40
+
41
  ## Dataset Usage
42
  ### Using `datasets` library
43
  ```
44
+ from datasets import load_dataset
45
+ dset = datasets.load_dataset("SEACrowd/qed", trust_remote_code=True)
46
  ```
47
  ### Using `seacrowd` library
48
  ```import seacrowd as sc
49
  # Load the dataset using the default config
50
+ dset = sc.load_dataset("qed", schema="seacrowd")
51
  # Check all available subsets (config names) of the dataset
52
+ print(sc.available_config_names("qed"))
53
  # Load the dataset using a specific config
54
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
55
  ```
56
+
57
+ 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).
58
+
59
 
60
  ## Dataset Homepage
61