IMISLab commited on
Commit
e6adfc7
·
verified ·
1 Parent(s): 16bb4b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ size_categories:
16
  configs:
17
  - config_name: default
18
  data_files:
19
- - split: all
20
  path: GreekPubMed4000.csv
21
  ---
22
 
@@ -47,7 +47,7 @@ The following data fields are provided:
47
  from datasets import load_dataset
48
 
49
  # Load the dataset.
50
- dataset = load_dataset('IMISLab/GreekPubMed4000', split = 'all')
51
  print(dataset[0])
52
  ```
53
  ## Contact
 
16
  configs:
17
  - config_name: default
18
  data_files:
19
+ - split: all_rows
20
  path: GreekPubMed4000.csv
21
  ---
22
 
 
47
  from datasets import load_dataset
48
 
49
  # Load the dataset.
50
+ dataset = load_dataset('IMISLab/GreekPubMed4000', split = 'all_rows')
51
  print(dataset[0])
52
  ```
53
  ## Contact