holylovenia commited on
Commit
b09147d
1 Parent(s): d7e3062

Upload README.md with huggingface_hub

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