Training done for led-pubmed-20k
Browse files- README.md +6 -5
- generation_config.json +1 -1
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: bsd-3-clause
|
3 |
base_model: pszemraj/led-base-book-summary
|
4 |
tags:
|
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [pszemraj/led-base-book-summary](https://huggingface.co/pszemraj/led-base-book-summary) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 1.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -49,12 +50,12 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:------:|:----:|:---------------:|
|
52 |
-
| 1.
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
-
- Transformers 4.
|
58 |
-
- Pytorch 2.
|
59 |
-
- Datasets
|
60 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: bsd-3-clause
|
4 |
base_model: pszemraj/led-base-book-summary
|
5 |
tags:
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [pszemraj/led-base-book-summary](https://huggingface.co/pszemraj/led-base-book-summary) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.1077
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 1.2213 | 0.7477 | 500 | 1.1077 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
+
- Transformers 4.44.2
|
59 |
+
- Pytorch 2.4.1+cu121
|
60 |
+
- Datasets 3.0.1
|
61 |
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -11,5 +11,5 @@
|
|
11 |
"num_beams": 4,
|
12 |
"pad_token_id": 1,
|
13 |
"repetition_penalty": 3.5,
|
14 |
-
"transformers_version": "4.
|
15 |
}
|
|
|
11 |
"num_beams": 4,
|
12 |
"pad_token_id": 1,
|
13 |
"repetition_penalty": 3.5,
|
14 |
+
"transformers_version": "4.44.2"
|
15 |
}
|