Model save
Browse files
README.md
CHANGED
@@ -1,18 +1,17 @@
|
|
1 |
---
|
2 |
base_model: mistralai/Mistral-7B-v0.1
|
3 |
-
datasets:
|
4 |
-
- HuggingFaceH4/ultrachat_200k
|
5 |
library_name: transformers
|
6 |
-
model_name:
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
-
-
|
|
|
10 |
licence: license
|
11 |
---
|
12 |
|
13 |
-
# Model Card for
|
14 |
|
15 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
@@ -21,7 +20,7 @@ It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
21 |
from transformers import pipeline
|
22 |
|
23 |
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
24 |
-
generator = pipeline("text-generation", model="awsuineg/zephyr-7b-sft-qlora", device="cuda")
|
25 |
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
26 |
print(output["generated_text"])
|
27 |
```
|
|
|
1 |
---
|
2 |
base_model: mistralai/Mistral-7B-v0.1
|
|
|
|
|
3 |
library_name: transformers
|
4 |
+
model_name: zephyr-7b-sft-qlora-new
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
+
# Model Card for zephyr-7b-sft-qlora-new
|
13 |
|
14 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
20 |
from transformers import pipeline
|
21 |
|
22 |
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
23 |
+
generator = pipeline("text-generation", model="awsuineg/zephyr-7b-sft-qlora-new", device="cuda")
|
24 |
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
25 |
print(output["generated_text"])
|
26 |
```
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 671149168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9287b78f9d956efa4729903fab8e8bc3f672ecb62566eec974b3b7fd1fb9ef9
|
3 |
size 671149168
|
all_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
"train_samples": 207864,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 3.7211673621310734e+19,
|
4 |
+
"train_loss": 0.9273421984235244,
|
5 |
+
"train_runtime": 99241.3322,
|
6 |
"train_samples": 207864,
|
7 |
+
"train_samples_per_second": 4.192,
|
8 |
+
"train_steps_per_second": 0.262
|
9 |
}
|
runs/Nov21_18-45-34_d28f7adca72c/events.out.tfevents.1732214764.d28f7adca72c.2391037.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2259f60968942e9ca033cda3968ada4750e2ffc94d2d92f7d16b02581c15840
|
3 |
+
size 1112835
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
"train_samples": 207864,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 3.7211673621310734e+19,
|
4 |
+
"train_loss": 0.9273421984235244,
|
5 |
+
"train_runtime": 99241.3322,
|
6 |
"train_samples": 207864,
|
7 |
+
"train_samples_per_second": 4.192,
|
8 |
+
"train_steps_per_second": 0.262
|
9 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|