Model save
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: meta-llama/
|
| 3 |
library_name: transformers
|
| 4 |
model_name: V1
|
| 5 |
tags:
|
|
@@ -11,7 +11,7 @@ licence: license
|
|
| 11 |
|
| 12 |
# Model Card for V1
|
| 13 |
|
| 14 |
-
This model is a fine-tuned version of [meta-llama/
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|
|
@@ -27,17 +27,17 @@ print(output["generated_text"])
|
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
This model was trained with SFT.
|
| 33 |
|
| 34 |
### Framework versions
|
| 35 |
|
| 36 |
-
- TRL: 0.12.
|
| 37 |
-
- Transformers: 4.46.
|
| 38 |
-
- Pytorch: 2.
|
| 39 |
-
- Datasets: 3.
|
| 40 |
-
- Tokenizers: 0.20.
|
| 41 |
|
| 42 |
## Citations
|
| 43 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: meta-llama/Llama-3.1-8B-Instruct
|
| 3 |
library_name: transformers
|
| 4 |
model_name: V1
|
| 5 |
tags:
|
|
|
|
| 11 |
|
| 12 |
# Model Card for V1
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|
|
|
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|
| 30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/yanzewan-usc/huggingface/runs/4w9diyg4)
|
| 31 |
|
| 32 |
This model was trained with SFT.
|
| 33 |
|
| 34 |
### Framework versions
|
| 35 |
|
| 36 |
+
- TRL: 0.12.1
|
| 37 |
+
- Transformers: 4.46.2
|
| 38 |
+
- Pytorch: 2.5.1
|
| 39 |
+
- Datasets: 3.1.0
|
| 40 |
+
- Tokenizers: 0.20.3
|
| 41 |
|
| 42 |
## Citations
|
| 43 |
|