End of training
Browse files
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
-
base_model: distilroberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: my_awesome_eli5_mlm_model
|
8 |
results: []
|
@@ -13,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# my_awesome_eli5_mlm_model
|
15 |
|
16 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 2.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,14 +49,14 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| 2.
|
50 |
-
| 2.
|
51 |
-
| 2.
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
-
- Transformers 4.
|
57 |
-
- Pytorch 2.0
|
58 |
-
- Datasets 2.
|
59 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: distilbert/distilroberta-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- eli5_category
|
9 |
model-index:
|
10 |
- name: my_awesome_eli5_mlm_model
|
11 |
results: []
|
|
|
16 |
|
17 |
# my_awesome_eli5_mlm_model
|
18 |
|
19 |
+
This model is a fine-tuned version of [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the eli5_category dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.0202
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 2.2701 | 1.0 | 1307 | 2.0747 |
|
53 |
+
| 2.1721 | 2.0 | 2614 | 2.0447 |
|
54 |
+
| 2.1353 | 3.0 | 3921 | 2.0213 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
+
- Transformers 4.44.2
|
60 |
+
- Pytorch 2.4.0+cu121
|
61 |
+
- Datasets 2.21.0
|
62 |
+
- Tokenizers 0.19.1
|
runs/Sep01_02-55-00_c808dafeb465/events.out.tfevents.1725159301.c808dafeb465.1018.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77f09029ba329c4ce1905f6ef542ebba7a9a1e89e4b36834b22fda4befa5f6cd
|
3 |
+
size 7590
|
runs/Sep01_02-55-00_c808dafeb465/events.out.tfevents.1725160384.c808dafeb465.1018.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c7ec1bfac1b16764fea3187fb470b9ead18d3a6c838f007e5936782db88c94e
|
3 |
+
size 359
|