Training complete
Browse files- README.md +9 -9
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.
|
61 |
-
- Pytorch 2.1
|
62 |
-
- Datasets 2.
|
63 |
-
- Tokenizers 0.
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.8598
|
22 |
+
- Accuracy: 0.8527
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.405 | 1.0 | 1067 | 0.3657 | 0.8546 |
|
54 |
+
| 0.225 | 2.0 | 2134 | 0.7075 | 0.8433 |
|
55 |
+
| 0.0711 | 3.0 | 3201 | 0.8598 | 0.8527 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
+
- Transformers 4.40.2
|
61 |
+
- Pytorch 2.2.1+cu121
|
62 |
+
- Datasets 2.19.1
|
63 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
-
"transformers_version": "4.
|
36 |
"type_vocab_size": 2,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 30522
|
|
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.40.2",
|
36 |
"type_vocab_size": 2,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 30522
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437964800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36f0db7f6da9a367f744249356619a897444ac5ab556b46e12d5876b245fa192
|
3 |
size 437964800
|
training_args.bin
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:aa266dda59ab05b6d8a3bd12796853d46bbd145b3ec9e83e0f1e590f973b5933
|
3 |
+
size 4984
|