holylovenia commited on
Commit
1a9f60a
1 Parent(s): 7ffa940

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
19
  ## Supported Tasks
20
 
21
  Named Entity Recognition
22
-
23
  ## Dataset Usage
24
  ### Using `datasets` library
25
  ```
26
- from datasets import load_dataset
27
- dset = datasets.load_dataset("SEACrowd/indolem_ner_ugm", 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("indolem_ner_ugm", schema="seacrowd")
33
  # Check all available subsets (config names) of the dataset
34
- print(sc.available_config_names("indolem_ner_ugm"))
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
  Named Entity Recognition
22
+
23
  ## Dataset Usage
24
  ### Using `datasets` library
25
  ```
26
+ from datasets import load_dataset
27
+ dset = datasets.load_dataset("SEACrowd/indolem_ner_ugm", 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("indolem_ner_ugm", schema="seacrowd")
33
  # Check all available subsets (config names) of the dataset
34
+ print(sc.available_config_names("indolem_ner_ugm"))
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