thibaudltn commited on
Commit
0fb3b3e
·
1 Parent(s): cf006ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -36,6 +36,11 @@ AAE | 73 013 | 44 023 | 117 036 |
36
  SAE | 1 471 427 | 652 913 | 2 124 340 |
37
  Total | 1 544 440 | 696 936 | 2 241 376 |
38
 
 
 
 
 
 
39
 
40
  ### Dataset with 90% threshold
41
 
@@ -45,5 +50,10 @@ AAE | 30 827 | 18 409 | 49 236 |
45
  SAE | 793 867 | 351 600 | 1 145 467 |
46
  Total | 824 694 | 370 009 | 1 194 703 |
47
 
 
 
 
 
 
48
  ----
49
  [Demographic Dialectal Variation in Social Media: A Case Study of African-American English](https://aclanthology.org/D16-1120) (Blodgett et al., EMNLP 2016)
 
36
  SAE | 1 471 427 | 652 913 | 2 124 340 |
37
  Total | 1 544 440 | 696 936 | 2 241 376 |
38
 
39
+ To load this dataset, use the following code :
40
+ ```python
41
+ dataset = load_dataset("LabHC/moji", revision='moji_conf_08')
42
+ ```
43
+
44
 
45
  ### Dataset with 90% threshold
46
 
 
50
  SAE | 793 867 | 351 600 | 1 145 467 |
51
  Total | 824 694 | 370 009 | 1 194 703 |
52
 
53
+ To load this dataset, use the following code :
54
+ ```python
55
+ dataset = load_dataset("LabHC/moji", revision='moji_conf_09')
56
+ ```
57
+
58
  ----
59
  [Demographic Dialectal Variation in Social Media: A Case Study of African-American English](https://aclanthology.org/D16-1120) (Blodgett et al., EMNLP 2016)