RobCaamano
commited on
Commit
•
3b4c957
1
Parent(s):
6dd1af6
Training in progress epoch 0
Browse files- README.md +6 -11
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
@@ -12,12 +11,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# RobCaamano/toxicity_weighted
|
14 |
|
15 |
-
This model
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Precision: 0.
|
19 |
-
- Train Recall: 0.
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,11 +42,7 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Train Precision | Train Recall | Epoch |
|
45 |
|:----------:|:---------------:|:------------:|:-----:|
|
46 |
-
| 0.
|
47 |
-
| 0.0772 | 0.8721 | 0.6558 | 1 |
|
48 |
-
| 0.0679 | 0.8799 | 0.7059 | 2 |
|
49 |
-
| 0.0592 | 0.8829 | 0.7497 | 3 |
|
50 |
-
| 0.0508 | 0.8961 | 0.7937 | 4 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_keras_callback
|
4 |
model-index:
|
|
|
11 |
|
12 |
# RobCaamano/toxicity_weighted
|
13 |
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 0.0440
|
17 |
+
- Train Precision: 0.9059
|
18 |
+
- Train Recall: 0.8294
|
19 |
+
- Epoch: 0
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
42 |
|
43 |
| Train Loss | Train Precision | Train Recall | Epoch |
|
44 |
|:----------:|:---------------:|:------------:|:-----:|
|
45 |
+
| 0.0440 | 0.9059 | 0.8294 | 0 |
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "output-toxicity_weighted/final_model",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267964096
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d4ac59e1bae103dd429c604e5a4ba9a477a080b9948bee542189d99957842f6
|
3 |
size 267964096
|