TopperThijs
commited on
Commit
•
695936c
1
Parent(s):
a6c0f76
End of training
Browse files
README.md
CHANGED
@@ -1,24 +1,25 @@
|
|
1 |
---
|
2 |
-
|
3 |
library_name: peft
|
|
|
4 |
tags:
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
-
base_model: google/gemma-2b
|
9 |
model-index:
|
10 |
-
- name: Gemma-
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
# Gemma-
|
18 |
|
19 |
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -52,8 +53,8 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
-
- PEFT 0.
|
56 |
-
- Transformers 4.
|
57 |
-
- Pytorch 2.
|
58 |
- Datasets 2.18.0
|
59 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
+
base_model: google/gemma-2b
|
3 |
library_name: peft
|
4 |
+
license: gemma
|
5 |
tags:
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
|
|
9 |
model-index:
|
10 |
+
- name: Gemma-complete-8-15
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# Gemma-complete-8-15
|
18 |
|
19 |
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.9018
|
22 |
+
- Model Preparation Time: 0.004
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
+
- PEFT 0.11.1
|
57 |
+
- Transformers 4.43.3
|
58 |
+
- Pytorch 2.3.0+cu121
|
59 |
- Datasets 2.18.0
|
60 |
+
- Tokenizers 0.19.1
|