holylovenia commited on
Commit
f165906
1 Parent(s): d48dde5

Upload README.md with huggingface_hub

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