holylovenia commited on
Commit
a9a4c93
1 Parent(s): 54f69c0

Upload README.md with huggingface_hub

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