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
Model save
Browse files
README.md
CHANGED
|
@@ -4,9 +4,10 @@ library_name: transformers
|
|
| 4 |
model_name: qwen2-pointing
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- sft
|
| 8 |
- trackio:https://sano90-trackio.hf.space?project=huggingface&runs=sano90-1774290484&sidebar=collapsed
|
| 9 |
- trl
|
|
|
|
|
|
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
|
|
| 4 |
model_name: qwen2-pointing
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trackio:https://sano90-trackio.hf.space?project=huggingface&runs=sano90-1774290484&sidebar=collapsed
|
| 8 |
- trl
|
| 9 |
+
- trackio
|
| 10 |
+
- sft
|
| 11 |
licence: license
|
| 12 |
---
|
| 13 |
|