FredZhang7
commited on
Commit
·
51685eb
1
Parent(s):
d6e9d86
update source and limitations
Browse files
README.md
CHANGED
@@ -138,7 +138,7 @@ Supported languages:
|
|
138 |
|
139 |
### Original Source?
|
140 |
Around 11 months ago, I downloaded and preprocessed 2.7M rows of text data, but completely forgot the original source of these datasets...
|
141 |
-
All I
|
142 |
Today (6/28/2023) I came across two newer HuggingFace datasets, so I remembered to credit them below.
|
143 |
|
144 |
Known datasets:
|
@@ -147,4 +147,9 @@ Known datasets:
|
|
147 |
|
148 |
<br>
|
149 |
|
|
|
|
|
|
|
|
|
|
|
150 |
Have fun modelling!
|
|
|
138 |
|
139 |
### Original Source?
|
140 |
Around 11 months ago, I downloaded and preprocessed 2.7M rows of text data, but completely forgot the original source of these datasets...
|
141 |
+
All I remember is that I downloaded datasets from everywhere I could: HuggingFace, research papers, GitHub, Kaggle, SurgeAI, and Google search. I even fetched 20K+ tweets using the Twitter API.
|
142 |
Today (6/28/2023) I came across two newer HuggingFace datasets, so I remembered to credit them below.
|
143 |
|
144 |
Known datasets:
|
|
|
147 |
|
148 |
<br>
|
149 |
|
150 |
+
### Limitations
|
151 |
+
Some limitations include:
|
152 |
+
- All labels were rounded to the nearest integer. If a text was classified as 46%-54% toxic, the text itself might not be noticeably toxic or neutral.
|
153 |
+
- There were disagreements among moderators on some labels, due to ambiguity and lack of context.
|
154 |
+
|
155 |
Have fun modelling!
|