Alex MacLean
commited on
Commit
•
ecb0669
1
Parent(s):
a7bf553
update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -17,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# sentence-compression
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -55,13 +55,14 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.12.5
|
66 |
- Pytorch 1.10.0+cu111
|
|
|
67 |
- Tokenizers 0.10.3
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
17 |
|
18 |
# sentence-compression
|
19 |
|
20 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3054
|
23 |
+
- Accuracy: 0.8802
|
24 |
+
- F1: 0.7439
|
25 |
+
- Precision: 0.7661
|
26 |
+
- Recall: 0.7229
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.317 | 1.0 | 200 | 0.3566 | 0.8513 | 0.6227 | 0.7998 | 0.5099 |
|
59 |
+
| 0.346 | 2.0 | 400 | 0.5853 | 0.7919 | 0.6724 | 0.5413 | 0.8875 |
|
60 |
+
| 0.2365 | 3.0 | 600 | 0.3054 | 0.8802 | 0.7439 | 0.7661 | 0.7229 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.12.5
|
66 |
- Pytorch 1.10.0+cu111
|
67 |
+
- Datasets 1.16.1
|
68 |
- Tokenizers 0.10.3
|