robingeibel
commited on
Commit
•
00fd4bf
1
Parent(s):
ba5e1ae
update model card README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# reformer-big_patent-wikipedia-arxiv-16384
|
15 |
|
16 |
This model is a fine-tuned version of [robingeibel/reformer-big_patent-wikipedia-arxiv-16384](https://huggingface.co/robingeibel/reformer-big_patent-wikipedia-arxiv-16384) on the scientific_papers dataset.
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,9 +40,16 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.21.0
|
|
|
14 |
# reformer-big_patent-wikipedia-arxiv-16384
|
15 |
|
16 |
This model is a fine-tuned version of [robingeibel/reformer-big_patent-wikipedia-arxiv-16384](https://huggingface.co/robingeibel/reformer-big_patent-wikipedia-arxiv-16384) on the scientific_papers dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 5.3635
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 1
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 5.3833 | 1.0 | 52747 | 5.3635 |
|
51 |
+
|
52 |
+
|
53 |
### Framework versions
|
54 |
|
55 |
- Transformers 4.21.0
|