FredZhang7 commited on
Commit
2697bed
1 Parent(s): eb0fc43

update data composition

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -67,10 +67,10 @@ tags:
67
 
68
  This is a large multilingual toxicity dataset with nearly 3M rows of text data from 55 natural languages, all of which are written/sent by humans, not machine translation models.
69
 
70
- The preprocessed training data alone consists of 2,880,230 rows of comments, tweets, 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:
71
  | | Toxic | Neutral | Total |
72
  |-------|----------|----------|----------|
73
- | [multilingual-train-deduplicated.csv](./multilingual-train-deduplicated.csv) | 416,457 | 2,463,773 | 2,880,230 |
74
  | [multilingual-validation.csv](./multilingual-validation.csv) | 1,230 | 6,770 | 8,000 |
75
  | [multilingual-test.csv](./multilingual-test.csv) | 14,410 | 49,402 | 63,812 |
76
  Each CSV file has three columns: `text`, `is_toxic`, and `lang`.
 
67
 
68
  This is a large multilingual toxicity dataset with nearly 3M rows of text data from 55 natural languages, all of which are written/sent by humans, not machine translation models.
69
 
70
+ The preprocessed training data alone consists of 2,880,667 rows of comments, tweets, and messages. Among these rows, 416,529 are classified as toxic, while the remaining 2,463,773 are considered neutral. Below is a table to illustrate the data composition:
71
  | | Toxic | Neutral | Total |
72
  |-------|----------|----------|----------|
73
+ | [multilingual-train-deduplicated.csv](./multilingual-train-deduplicated.csv) | 416,529 | 2,464,138 | 2,880,667 |
74
  | [multilingual-validation.csv](./multilingual-validation.csv) | 1,230 | 6,770 | 8,000 |
75
  | [multilingual-test.csv](./multilingual-test.csv) | 14,410 | 49,402 | 63,812 |
76
  Each CSV file has three columns: `text`, `is_toxic`, and `lang`.