Alex MacLean
commited on
Commit
·
44c7d7a
1
Parent(s):
c9ad3bd
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,14 +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+
|
67 |
- Datasets 1.16.1
|
68 |
- Tokenizers 0.10.3
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
17 |
|
18 |
# sentence-compression
|
19 |
|
20 |
+
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3786
|
23 |
+
- Accuracy: 0.8322
|
24 |
+
- F1: 0.7306
|
25 |
+
- Precision: 0.7399
|
26 |
+
- Recall: 0.7215
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.6327 | 1.0 | 50 | 0.5976 | 0.7034 | 0.1331 | 0.8506 | 0.0722 |
|
59 |
+
| 0.5127 | 2.0 | 100 | 0.4569 | 0.7883 | 0.6009 | 0.7411 | 0.5054 |
|
60 |
+
| 0.42 | 3.0 | 150 | 0.3786 | 0.8322 | 0.7306 | 0.7399 | 0.7215 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.12.5
|
66 |
+
- Pytorch 1.10.0+cu113
|
67 |
- Datasets 1.16.1
|
68 |
- Tokenizers 0.10.3
|