loha_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 [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) 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 |
-
| 0.
|
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 [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 5.8911
|
23 |
+
- Accuracy: 0.3182
|
24 |
+
- F1: 0.2555
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 0.8122 | 3.5714 | 50 | 1.9445 | 0.3182 | 0.1536 |
|
56 |
+
| 0.6951 | 7.1429 | 100 | 2.3078 | 0.3182 | 0.1536 |
|
57 |
+
| 0.4233 | 10.7143 | 150 | 1.7892 | 0.4545 | 0.4260 |
|
58 |
+
| 0.2006 | 14.2857 | 200 | 5.9008 | 0.3182 | 0.1591 |
|
59 |
+
| 0.0846 | 17.8571 | 250 | 5.5773 | 0.2727 | 0.1469 |
|
60 |
+
| 0.05 | 21.4286 | 300 | 5.9074 | 0.2727 | 0.1667 |
|
61 |
+
| 0.0167 | 25.0 | 350 | 5.0730 | 0.3182 | 0.2552 |
|
62 |
+
| 0.0069 | 28.5714 | 400 | 5.8911 | 0.3182 | 0.2555 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -18,8 +18,8 @@
|
|
18 |
"rank_pattern": {},
|
19 |
"revision": null,
|
20 |
"target_modules": [
|
21 |
-
"
|
22 |
-
"
|
23 |
],
|
24 |
"task_type": "SEQ_CLS",
|
25 |
"use_effective_conv2d": false
|
|
|
18 |
"rank_pattern": {},
|
19 |
"revision": null,
|
20 |
"target_modules": [
|
21 |
+
"value",
|
22 |
+
"query"
|
23 |
],
|
24 |
"task_type": "SEQ_CLS",
|
25 |
"use_effective_conv2d": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4741180
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3841479358e3ecb212e4c3e7d12820df721057492634f94b5e1a2a6295cdf193
|
3 |
size 4741180
|
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:8e040cecfa5e45fa850a6489ebe5e7c09aea29487c2ea2b552ebb7a06cf35243
|
3 |
size 4984
|