End of training
Browse files- README.md +6 -6
- adapter_config.json +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
-
base_model: unsloth/
|
3 |
library_name: transformers
|
4 |
-
model_name:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- axolotl
|
@@ -10,9 +10,9 @@ tags:
|
|
10 |
licence: license
|
11 |
---
|
12 |
|
13 |
-
# Model Card for
|
14 |
|
15 |
-
This model is a fine-tuned version of [unsloth/
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
@@ -21,14 +21,14 @@ 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="Alphatao/
|
25 |
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
26 |
print(output["generated_text"])
|
27 |
```
|
28 |
|
29 |
## Training procedure
|
30 |
|
31 |
-
[<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/alphatao-alphatao/Gradients-On-Demand/runs/
|
32 |
|
33 |
|
34 |
This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
|
|
|
1 |
---
|
2 |
+
base_model: unsloth/Mistral-Nemo-Base-2407
|
3 |
library_name: transformers
|
4 |
+
model_name: dd513f51-5943-4341-8a0d-b3c1b1e07a38
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- axolotl
|
|
|
10 |
licence: license
|
11 |
---
|
12 |
|
13 |
+
# Model Card for dd513f51-5943-4341-8a0d-b3c1b1e07a38
|
14 |
|
15 |
+
This model is a fine-tuned version of [unsloth/Mistral-Nemo-Base-2407](https://huggingface.co/unsloth/Mistral-Nemo-Base-2407).
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
|
|
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="Alphatao/dd513f51-5943-4341-8a0d-b3c1b1e07a38", device="cuda")
|
25 |
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
26 |
print(output["generated_text"])
|
27 |
```
|
28 |
|
29 |
## Training procedure
|
30 |
|
31 |
+
[<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/alphatao-alphatao/Gradients-On-Demand/runs/pkttvyl6)
|
32 |
|
33 |
|
34 |
This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path":
|
5 |
"bias": "none",
|
6 |
"corda_config": null,
|
7 |
"eva_config": null,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Mistral-Nemo-Base-2407",
|
5 |
"bias": "none",
|
6 |
"corda_config": null,
|
7 |
"eva_config": null,
|