lora_fine_tuned_cb
Browse files- README.md +11 -11
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -6
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [EMBEDDIA/crosloengual-bert](https://huggingface.co/EMBEDDIA/crosloengual-bert) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
| 0.
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [EMBEDDIA/crosloengual-bert](https://huggingface.co/EMBEDDIA/crosloengual-bert) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.4348
|
23 |
+
- Accuracy: 0.3182
|
24 |
+
- F1: 0.1536
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 0.9795 | 3.5714 | 50 | 2.4262 | 0.3182 | 0.1536 |
|
56 |
+
| 1.0466 | 7.1429 | 100 | 1.5536 | 0.3182 | 0.1536 |
|
57 |
+
| 0.7941 | 10.7143 | 150 | 1.7159 | 0.3182 | 0.1536 |
|
58 |
+
| 0.7834 | 14.2857 | 200 | 1.7813 | 0.3182 | 0.1536 |
|
59 |
+
| 0.8008 | 17.8571 | 250 | 1.6710 | 0.3182 | 0.1536 |
|
60 |
+
| 0.767 | 21.4286 | 300 | 1.4292 | 0.3182 | 0.1536 |
|
61 |
+
| 0.7215 | 25.0 | 350 | 1.4617 | 0.3182 | 0.1536 |
|
62 |
+
| 0.7297 | 28.5714 | 400 | 1.4348 | 0.3182 | 0.1536 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": "SEQ_CLS",
|
30 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"query",
|
27 |
+
"value"
|
28 |
],
|
29 |
"task_type": "SEQ_CLS",
|
30 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2375492
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14c09e26f590c5c76ad1f1091dd17bc4604d7d9a1673f08aa1d5fedc1ce5ae24
|
3 |
size 2375492
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ef17a22499ff8b582ca7328b84614ae061ad2c4caa550206c0e234fdf27d149
|
3 |
size 4984
|