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
File size: 133 Bytes
97d8a12 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
size 11421896
|