Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ Data is from kaggle, the *Toxic Comment Classification Challenge*
|
|
8 |
<br>
|
9 |
https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge/data?select=train.csv.zip
|
10 |
|
|
|
|
|
11 |
Trained over 20 epoch in a runpod
|
12 |
|
13 |
Code requires pandas, tensorflow, and streamlit. All can be installed via `pip`.
|
|
|
8 |
<br>
|
9 |
https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge/data?select=train.csv.zip
|
10 |
|
11 |
+
A copy of the date exists on the data directory.
|
12 |
+
|
13 |
Trained over 20 epoch in a runpod
|
14 |
|
15 |
Code requires pandas, tensorflow, and streamlit. All can be installed via `pip`.
|