Question Answering
Transformers
PyTorch
TensorBoard
Safetensors
qwen2
text-generation
unsloth
trl
sft
text-generation-inference
Instructions to use vignesha7/DeepSeek-R1-Distill-Qwen-7B-Financial-Expert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vignesha7/DeepSeek-R1-Distill-Qwen-7B-Financial-Expert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="vignesha7/DeepSeek-R1-Distill-Qwen-7B-Financial-Expert")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("vignesha7/DeepSeek-R1-Distill-Qwen-7B-Financial-Expert") model = AutoModelForCausalLM.from_pretrained("vignesha7/DeepSeek-R1-Distill-Qwen-7B-Financial-Expert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K