Datasets:

Modalities:
Image
ArXiv:
License:
Jinruiy commited on
Commit
72d8917
1 Parent(s): 6009b13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -50,12 +50,13 @@ curl -X GET "https://datasets-server.huggingface.co/first-rows?dataset=unimelb-n
50
  ```bash
51
  pip install datasets
52
  ```
53
-
54
  from datasets import load_dataset
55
 
56
  dataset = load_dataset("unimelb-nlp/Multi-EuP", keep_default_na=False)
 
57
 
58
- Note: It's crucial to use keep_default_na=False because some datasets contain 'null' values, such as qid_GA, due to the Irish language (GA) not being published before it became an official EU language. Additionally, some text may not belong to the active 705 MEP, resulting in missing matching information.
59
 
60
  ### Dataset Description
61
 
 
50
  ```bash
51
  pip install datasets
52
  ```
53
+ ```python
54
  from datasets import load_dataset
55
 
56
  dataset = load_dataset("unimelb-nlp/Multi-EuP", keep_default_na=False)
57
+ ```
58
 
59
+ Note: It's crucial to use **keep_default_na=False** because some datasets contain 'null' values, such as qid_GA, due to the Irish language (GA) not being published before it became an official EU language. Additionally, some text may not belong to the active 705 MEP, resulting in missing matching information.
60
 
61
  ### Dataset Description
62