FredZhang7 commited on
Commit
11b8e29
1 Parent(s): 95dd9a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,11 +17,11 @@ Today (6/28/2023) I came across three newer HuggingFace datasets, so I added the
17
 
18
 
19
  The deduplicated training data alone consists of 2,880,230 rows of comments and messages. Among these rows, 416,457 are classified as toxic, while the remaining 2,463,773 are considered neutral. Below is a table to illustrate the data composition:
20
-
21
  | | Toxic | Neutral | Total |
22
  |-------|----------|----------|----------|
23
  | [multilingual-train-deduplicated.csv](./multilingual-train-deduplicated.csv) | 416,457 | 2,463,773 | 2,880,230 |
24
  | [multilingual-validation.csv](./multilingual-validation.csv) | 1,230 | 6,770 | 8,000 |
25
  | [multilingual-test.csv](./multilingual-test.csv) | 14,410 | 49,402 | 63,812 |
26
-
27
  Each CSV file has three columns: text, is_toxic, and lang.
 
 
 
17
 
18
 
19
  The deduplicated training data alone consists of 2,880,230 rows of comments and messages. Among these rows, 416,457 are classified as toxic, while the remaining 2,463,773 are considered neutral. Below is a table to illustrate the data composition:
 
20
  | | Toxic | Neutral | Total |
21
  |-------|----------|----------|----------|
22
  | [multilingual-train-deduplicated.csv](./multilingual-train-deduplicated.csv) | 416,457 | 2,463,773 | 2,880,230 |
23
  | [multilingual-validation.csv](./multilingual-validation.csv) | 1,230 | 6,770 | 8,000 |
24
  | [multilingual-test.csv](./multilingual-test.csv) | 14,410 | 49,402 | 63,812 |
 
25
  Each CSV file has three columns: text, is_toxic, and lang.
26
+
27
+ Have fun modelling!