Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
license: gemma
|
| 4 |
-
base_model:
|
|
|
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
- name: results
|
| 9 |
results: []
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -14,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# results
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [google/gemma-3-270m](https://huggingface.co/google/gemma-3-270m) on the
|
| 18 |
-
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 1.8940
|
| 20 |
|
| 21 |
## Model description
|
|
@@ -28,7 +31,7 @@ More information needed
|
|
| 28 |
|
| 29 |
## Training and evaluation data
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
## Training procedure
|
| 34 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
license: gemma
|
| 4 |
+
base_model:
|
| 5 |
+
- google/gemma-3-270m
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
model-index:
|
| 9 |
- name: results
|
| 10 |
results: []
|
| 11 |
+
datasets:
|
| 12 |
+
- Atharva31/Quotes_Collection
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 17 |
|
| 18 |
# results
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [google/gemma-3-270m](https://huggingface.co/google/gemma-3-270m) on the Quotes_Collection dataset.
|
| 21 |
+
It achieves the following results on the evaluation set after being fine-tuned on 3 epochs:
|
| 22 |
- Loss: 1.8940
|
| 23 |
|
| 24 |
## Model description
|
|
|
|
| 31 |
|
| 32 |
## Training and evaluation data
|
| 33 |
|
| 34 |
+
The training and Evaluation data are collection of Quotes from 3 open-source datasets
|
| 35 |
|
| 36 |
## Training procedure
|
| 37 |
|