JohannesKiesel
commited on
Commit
•
47728f4
1
Parent(s):
7cdf35e
End of training
Browse files- README.md +6 -6
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- F1-score: {
|
20 |
-
- Marco-avg-f1-score: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -50,7 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- Transformers 4.38.
|
54 |
-
- Pytorch 2.2.
|
55 |
-
- Datasets 2.
|
56 |
- Tokenizers 0.15.2
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.5633
|
19 |
+
- F1-score: {'Self-direction: thought attained': 0.67, 'Self-direction: thought constrained': 0, 'Self-direction: action attained': 0, 'Self-direction: action constrained': 0, 'Stimulation attained': 0, 'Stimulation constrained': 0, 'Hedonism attained': 0, 'Hedonism constrained': 0, 'Achievement attained': 0.33, 'Achievement constrained': 0, 'Power: dominance attained': 0, 'Power: dominance constrained': 0, 'Power: resources attained': 0, 'Power: resources constrained': 0, 'Face attained': 0, 'Face constrained': 0, 'Security: personal attained': 0, 'Security: personal constrained': 0, 'Security: societal attained': 0, 'Security: societal constrained': 0, 'Tradition attained': 0, 'Tradition constrained': 0, 'Conformity: rules attained': 0, 'Conformity: rules constrained': 0, 'Conformity: interpersonal attained': 0.57, 'Conformity: interpersonal constrained': 0, 'Humility attained': 0, 'Humility constrained': 0, 'Benevolence: caring attained': 0, 'Benevolence: caring constrained': 0, 'Benevolence: dependability attained': 0, 'Benevolence: dependability constrained': 1.0, 'Universalism: concern attained': 0, 'Universalism: concern constrained': 0, 'Universalism: nature attained': 0, 'Universalism: nature constrained': 0, 'Universalism: tolerance attained': 0, 'Universalism: tolerance constrained': 0}
|
20 |
+
- Marco-avg-f1-score: 0.07
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
+
- Transformers 4.38.2
|
54 |
+
- Pytorch 2.2.1+cu121
|
55 |
+
- Datasets 2.18.0
|
56 |
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -100,7 +100,7 @@
|
|
100 |
"position_embedding_type": "absolute",
|
101 |
"problem_type": "multi_label_classification",
|
102 |
"torch_dtype": "float32",
|
103 |
-
"transformers_version": "4.38.
|
104 |
"type_vocab_size": 2,
|
105 |
"use_cache": true,
|
106 |
"vocab_size": 30522
|
|
|
100 |
"position_embedding_type": "absolute",
|
101 |
"problem_type": "multi_label_classification",
|
102 |
"torch_dtype": "float32",
|
103 |
+
"transformers_version": "4.38.2",
|
104 |
"type_vocab_size": 2,
|
105 |
"use_cache": true,
|
106 |
"vocab_size": 30522
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438069384
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c95de454af447b880dbe446a6fc0ae9c62c1ce3c87f5adba050e7fa28aa9898f
|
3 |
size 438069384
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d82343d69421176d1e41c90289e1f788a0ddbaf4c85901c1ffc425d883d68aa
|
3 |
size 4920
|