Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
license: apache-2.0
|
| 6 |
tags:
|
| 7 |
- text-generation-inference
|
| 8 |
- transformers
|
| 9 |
-
- unsloth
|
| 10 |
- llama
|
| 11 |
- trl
|
| 12 |
datasets:
|
|
@@ -19,6 +18,6 @@ pipeline_tag: text-generation
|
|
| 19 |
|
| 20 |
- **Developed by:** saishshinde15
|
| 21 |
- **License:** apache-2.0
|
| 22 |
-
- **Finetuned from model :**
|
| 23 |
|
| 24 |
This llama model was trained with Huggingface's TRL library.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
license: apache-2.0
|
| 6 |
tags:
|
| 7 |
- text-generation-inference
|
| 8 |
- transformers
|
|
|
|
| 9 |
- llama
|
| 10 |
- trl
|
| 11 |
datasets:
|
|
|
|
| 18 |
|
| 19 |
- **Developed by:** saishshinde15
|
| 20 |
- **License:** apache-2.0
|
| 21 |
+
- **Finetuned from model :** meta-llama/Meta-Llama-3.1-8B-Instruct
|
| 22 |
|
| 23 |
This llama model was trained with Huggingface's TRL library.
|