Update README.md
Browse files
README.md
CHANGED
|
@@ -5,8 +5,6 @@ tags:
|
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
| 8 |
-
datasets:
|
| 9 |
-
- generator
|
| 10 |
model-index:
|
| 11 |
- name: TinyLlama_instruct_generation
|
| 12 |
results: []
|
|
@@ -18,12 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
# TinyLlama_instruct_generation
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the generator dataset.
|
| 21 |
-
|
| 22 |
-
- Loss: 1.3735
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Intended uses & limitations
|
| 29 |
|
|
@@ -61,4 +58,4 @@ The following hyperparameters were used during training:
|
|
| 61 |
- Transformers 4.35.2
|
| 62 |
- Pytorch 2.1.0+cu121
|
| 63 |
- Datasets 2.16.1
|
| 64 |
-
- Tokenizers 0.15.0
|
|
|
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
|
|
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: TinyLlama_instruct_generation
|
| 10 |
results: []
|
|
|
|
| 16 |
# TinyLlama_instruct_generation
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the generator dataset.
|
| 19 |
+
|
|
|
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
| 23 |
+
This model has been fine tuned with mosaicml/instruct-v3 dataset with 2 epoch only. Mainly this model is useful for RAG based application
|
| 24 |
|
| 25 |
## Intended uses & limitations
|
| 26 |
|
|
|
|
| 58 |
- Transformers 4.35.2
|
| 59 |
- Pytorch 2.1.0+cu121
|
| 60 |
- Datasets 2.16.1
|
| 61 |
+
- Tokenizers 0.15.0
|