update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -16,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- F1: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,16 +49,16 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.
|
61 |
- Pytorch 2.0.1+cu118
|
62 |
- Datasets 2.13.1
|
63 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: microsoft/MiniLM-L12-H384-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8368
|
21 |
+
- F1: 0.6564
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.9048 | 0.5 | 500 | 0.8963 | 0.6318 |
|
53 |
+
| 0.8732 | 1.0 | 1000 | 0.8611 | 0.6437 |
|
54 |
+
| 0.8592 | 1.5 | 1500 | 0.9093 | 0.6486 |
|
55 |
+
| 0.8314 | 2.01 | 2000 | 0.8242 | 0.6542 |
|
56 |
+
| 0.8114 | 2.51 | 2500 | 0.8368 | 0.6564 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- Transformers 4.31.0
|
62 |
- Pytorch 2.0.1+cu118
|
63 |
- Datasets 2.13.1
|
64 |
- Tokenizers 0.13.3
|