Question Answering
Transformers
Safetensors
Vietnamese
qwen2
text-generation
math
text-generation-inference
Instructions to use piikerpham/Vietnamese-Qwen2.5-math-1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use piikerpham/Vietnamese-Qwen2.5-math-1.5B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="piikerpham/Vietnamese-Qwen2.5-math-1.5B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("piikerpham/Vietnamese-Qwen2.5-math-1.5B") model = AutoModelForCausalLM.from_pretrained("piikerpham/Vietnamese-Qwen2.5-math-1.5B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "eos_token_id": [ | |
| 151645, | |
| 151643 | |
| ], | |
| "max_new_tokens": 2048, | |
| "pad_token_id": 151643, | |
| "transformers_version": "4.57.1" | |
| } | |