update model card README.md
Browse files
README.md
CHANGED
@@ -2,14 +2,9 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
datasets:
|
6 |
-
- null
|
7 |
model-index:
|
8 |
- name: distilroberta-base-finetuned-wikitext2
|
9 |
-
results:
|
10 |
-
- task:
|
11 |
-
name: Masked Language Modeling
|
12 |
-
type: fill-mask
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# distilroberta-base-finetuned-wikitext2
|
19 |
|
20 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,14 +45,14 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| No log | 1.0 |
|
54 |
-
| No log | 2.0 |
|
55 |
-
| No log | 3.0 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.
|
61 |
-
- Pytorch 1.
|
62 |
-
- Datasets
|
63 |
-
- Tokenizers 0.
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: distilroberta-base-finetuned-wikitext2
|
7 |
+
results: []
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
12 |
|
13 |
# distilroberta-base-finetuned-wikitext2
|
14 |
|
15 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.4690
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| No log | 1.0 | 18 | 1.5207 |
|
49 |
+
| No log | 2.0 | 36 | 1.5086 |
|
50 |
+
| No log | 3.0 | 54 | 1.4743 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
+
- Transformers 4.24.0
|
56 |
+
- Pytorch 1.12.1+cu113
|
57 |
+
- Datasets 2.7.0
|
58 |
+
- Tokenizers 0.13.2
|