qanastek commited on
Commit
63d96f0
1 Parent(s): c26d067
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -57,6 +57,14 @@ We based our tags on the level of details given by the [LIA_TAGG](http://pageper
57
 
58
  The text in the dataset is in French, as spoken by [Wikipedia](https://en.wikipedia.org/wiki/Main_Page) users. The associated [BCP-47](https://tools.ietf.org/html/bcp47) code is `fr`.
59
 
 
 
 
 
 
 
 
 
60
  ## Dataset Structure
61
 
62
  ### Data Instances
 
57
 
58
  The text in the dataset is in French, as spoken by [Wikipedia](https://en.wikipedia.org/wiki/Main_Page) users. The associated [BCP-47](https://tools.ietf.org/html/bcp47) code is `fr`.
59
 
60
+ ## Load the dataset
61
+
62
+ ````python
63
+ from datasets import load_dataset
64
+ dataset = load_dataset("qanastek/ANTILLES")
65
+ print(dataset)
66
+ ```
67
+
68
  ## Dataset Structure
69
 
70
  ### Data Instances