Instructions to use sano90/qwen2-pointing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sano90/qwen2-pointing with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sano90/qwen2-pointing", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 20
Browse files- README.md +6 -7
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -4,10 +4,9 @@ library_name: transformers
|
|
| 4 |
model_name: qwen2-pointing
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- trl
|
| 8 |
-
- trackio:https://sano90-trackio.hf.space?project=huggingface&runs=sano90-1772101077&sidebar=collapsed
|
| 9 |
-
- trackio
|
| 10 |
- sft
|
|
|
|
|
|
|
| 11 |
licence: license
|
| 12 |
---
|
| 13 |
|
|
@@ -30,7 +29,7 @@ print(output["generated_text"])
|
|
| 30 |
## Training procedure
|
| 31 |
|
| 32 |
|
| 33 |
-
[<img src="https://raw.githubusercontent.com/gradio-app/trackio/refs/heads/main/trackio/assets/badge.png" alt="Visualize in Trackio" title="Visualize in Trackio" width="150" height="24"/>](https://sano90-trackio.hf.space?project=huggingface&runs=sano90-
|
| 34 |
|
| 35 |
|
| 36 |
This model was trained with SFT.
|
|
@@ -38,9 +37,9 @@ This model was trained with SFT.
|
|
| 38 |
### Framework versions
|
| 39 |
|
| 40 |
- TRL: 1.0.0.dev0
|
| 41 |
-
- Transformers: 5.
|
| 42 |
-
- Pytorch: 2.10.0
|
| 43 |
-
- Datasets: 4.
|
| 44 |
- Tokenizers: 0.22.2
|
| 45 |
|
| 46 |
## Citations
|
|
|
|
| 4 |
model_name: qwen2-pointing
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 7 |
- sft
|
| 8 |
+
- trackio:https://sano90-trackio.hf.space?project=huggingface&runs=sano90-1774265080&sidebar=collapsed
|
| 9 |
+
- trl
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
|
|
| 29 |
## Training procedure
|
| 30 |
|
| 31 |
|
| 32 |
+
[<img src="https://raw.githubusercontent.com/gradio-app/trackio/refs/heads/main/trackio/assets/badge.png" alt="Visualize in Trackio" title="Visualize in Trackio" width="150" height="24"/>](https://sano90-trackio.hf.space?project=huggingface&runs=sano90-1774265080&sidebar=collapsed)
|
| 33 |
|
| 34 |
|
| 35 |
This model was trained with SFT.
|
|
|
|
| 37 |
### Framework versions
|
| 38 |
|
| 39 |
- TRL: 1.0.0.dev0
|
| 40 |
+
- Transformers: 5.3.0
|
| 41 |
+
- Pytorch: 2.10.0
|
| 42 |
+
- Datasets: 4.8.3
|
| 43 |
- Tokenizers: 0.22.2
|
| 44 |
|
| 45 |
## Citations
|
adapter_config.json
CHANGED
|
@@ -29,8 +29,8 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
],
|
| 35 |
"target_parameters": null,
|
| 36 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"v_proj",
|
| 33 |
+
"q_proj"
|
| 34 |
],
|
| 35 |
"target_parameters": null,
|
| 36 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5062776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d485cfbb282ff04df456b8b498067127c43ea54be4f4070149ee604f8d75fca
|
| 3 |
size 5062776
|
training_args.bin
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:260e5177f229f39b68ca79ffa22c6911aaad6ddeb51928a83b2c677cd79d4a83
|
| 3 |
+
size 5713
|