Transformers
Safetensors
English
qwen2
text-generation
chat
synapsai-test
bogus-tag
text-generation-inference
Instructions to use rajendrr/my-test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rajendrr/my-test-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("rajendrr/my-test-model") model = AutoModelForCausalLM.from_pretrained("rajendrr/my-test-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
corrupting readme.md with wrong value for pipeline tag
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
| 3 |
license_link: https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct/blob/main/LICENSE
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
-
pipeline_tag:
|
| 7 |
base_model: Qwen/Qwen2.5-1.5B
|
| 8 |
tags:
|
| 9 |
- chat
|
|
|
|
| 3 |
license_link: https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct/blob/main/LICENSE
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
pipeline_tag: bogus-tag
|
| 7 |
base_model: Qwen/Qwen2.5-1.5B
|
| 8 |
tags:
|
| 9 |
- chat
|