nkasmanoff
commited on
Commit
•
6022556
1
Parent(s):
8b9506e
tool-bert
Browse files- README.md +5 -5
- config.json +4 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 |
|
53 |
-
| No log | 2.0 |
|
54 |
-
| No log | 3.0 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0158
|
21 |
+
- Accuracy: 0.9886
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 64 | 0.1104 | 0.9830 |
|
53 |
+
| No log | 2.0 | 128 | 0.0222 | 0.9886 |
|
54 |
+
| No log | 3.0 | 192 | 0.0158 | 0.9886 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
config.json
CHANGED
@@ -13,7 +13,8 @@
|
|
13 |
"0": "LABEL_0",
|
14 |
"1": "LABEL_1",
|
15 |
"2": "LABEL_2",
|
16 |
-
"3": "LABEL_3"
|
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
@@ -21,7 +22,8 @@
|
|
21 |
"LABEL_0": 0,
|
22 |
"LABEL_1": 1,
|
23 |
"LABEL_2": 2,
|
24 |
-
"LABEL_3": 3
|
|
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"max_position_embeddings": 512,
|
|
|
13 |
"0": "LABEL_0",
|
14 |
"1": "LABEL_1",
|
15 |
"2": "LABEL_2",
|
16 |
+
"3": "LABEL_3",
|
17 |
+
"4": "LABEL_4"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
|
|
22 |
"LABEL_0": 0,
|
23 |
"LABEL_1": 1,
|
24 |
"LABEL_2": 2,
|
25 |
+
"LABEL_3": 3,
|
26 |
+
"LABEL_4": 4
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7d61f4422c1f1b3ce68f38937b1ade8e727b7b0d0498fa2b58513eba4218034
|
3 |
+
size 437967876
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a0ea42b694597c06b1480dcb9eed51b55891f5e825714127cdaef4f248d5a75
|
3 |
size 5048
|