Model save
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: bert-base-multilingual-cased
|
4 |
tags:
|
@@ -17,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,16 +50,16 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 |
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.
|
62 |
- Pytorch 2.4.0+cu121
|
63 |
- Datasets 2.21.0
|
64 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: bert-base-multilingual-cased
|
5 |
tags:
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0469
|
22 |
+
- Accuracy: 0.9928
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 1.0 | 280 | 0.1351 | 0.9785 |
|
54 |
+
| 0.1661 | 2.0 | 560 | 0.1055 | 0.9839 |
|
55 |
+
| 0.1661 | 3.0 | 840 | 0.1071 | 0.9857 |
|
56 |
+
| 0.009 | 4.0 | 1120 | 0.0469 | 0.9928 |
|
57 |
+
| 0.009 | 5.0 | 1400 | 0.0867 | 0.9875 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.44.2
|
63 |
- Pytorch 2.4.0+cu121
|
64 |
- Datasets 2.21.0
|
65 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
"position_embedding_type": "absolute",
|
34 |
"problem_type": "single_label_classification",
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.
|
37 |
"type_vocab_size": 2,
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 119547
|
|
|
33 |
"position_embedding_type": "absolute",
|
34 |
"problem_type": "single_label_classification",
|
35 |
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.44.2",
|
37 |
"type_vocab_size": 2,
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 119547
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711443456
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad5cacda3f69c9285071772f3c8597d20bc86e32768739bdca64b0a61754eee7
|
3 |
size 711443456
|
runs/Sep10_14-14-19_7e9f2dc8317f/events.out.tfevents.1725977661.7e9f2dc8317f.258.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f7f51381ef503c02117a5ef1c49544176b211362fcb01b7d23d57357e774cda
|
3 |
+
size 7549
|
runs/Sep10_14-14-19_7e9f2dc8317f/events.out.tfevents.1725978981.7e9f2dc8317f.258.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29563176fd855e5d8010a2ea637c6d5a7324ba18f4e347f362b9d4d7b016ebed
|
3 |
+
size 411
|
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:32afc4a8de703debb7beb58d884d9c04e0daed212568a2d1273f50349d09f330
|
3 |
+
size 5176
|