Instructions to use MichiganNLP/TAMA-QWen2.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MichiganNLP/TAMA-QWen2.5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="MichiganNLP/TAMA-QWen2.5")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("MichiganNLP/TAMA-QWen2.5") model = AutoModelForCausalLM.from_pretrained("MichiganNLP/TAMA-QWen2.5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8bfcaf7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7d213abc3ac73730e015af3465b1397f6b576d097f2ada9947ddf068c3cda624
size 7544
|