Datasets:

Modalities:
Image
ArXiv:
License:
Jinruiy commited on
Commit
17452ea
1 Parent(s): 1b8be10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ from datasets import load_dataset
57
  dataset = load_dataset("unimelb-nlp/Multi-EuP", keep_default_na=False)
58
  ```
59
 
60
- 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.
61
 
62
  ### Dataset Description
63
 
 
57
  dataset = load_dataset("unimelb-nlp/Multi-EuP", keep_default_na=False)
58
  ```
59
 
60
+ Note: It's crucial to use **keep_default_na=False** because some datasets contain 'null' values, such as qid_GA, due to the Irish (GA) debate titles not being published before it became an official EU language on 1 January 2022. Additionally, some debate text may not belong to the active 705 MEP, resulting in missing matching information.
61
 
62
  ### Dataset Description
63