End of training
Browse files- README.md +3 -3
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the tner/bionlp2004 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,8 +49,8 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| No log | 1.0 |
|
53 |
-
| No log | 2.0 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the tner/bionlp2004 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1835
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| No log | 1.0 | 125 | 0.2164 |
|
53 |
+
| No log | 2.0 | 250 | 0.1835 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -19,10 +19,10 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"key",
|
23 |
"value",
|
24 |
-
"query"
|
25 |
-
"dense"
|
26 |
],
|
27 |
"task_type": "TOKEN_CLS"
|
28 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"dense",
|
23 |
"key",
|
24 |
"value",
|
25 |
+
"query"
|
|
|
26 |
],
|
27 |
"task_type": "TOKEN_CLS"
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 28398676
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5417de25ed6af27bdbd67f695b39a682abe743372f367f3a666556c2f0c3dae
|
3 |
size 28398676
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4347
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e670c11b5cac8ce4827e660853257b6305e1758a7a64632c81249b68005f5fd
|
3 |
size 4347
|