Instructions to use cpratikaki/qwen25-7b-instruct-testset-fine2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cpratikaki/qwen25-7b-instruct-testset-fine2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cpratikaki/qwen25-7b-instruct-testset-fine2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
| 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/chrisapratikaki/qwen25-7b-instruct-testset-fine2/runs/
|
| 31 |
|
| 32 |
This model was trained with SFT.
|
| 33 |
|
|
|
|
| 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/chrisapratikaki/qwen25-7b-instruct-testset-fine2/runs/aedsxo2l)
|
| 31 |
|
| 32 |
This model was trained with SFT.
|
| 33 |
|