Question Answering
Transformers
Safetensors
mistral
text-generation
unsloth
trl
sft
finance
text-generation-inference
Instructions to use Chinar-Q-AI/finance_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chinar-Q-AI/finance_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Chinar-Q-AI/finance_model")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Chinar-Q-AI/finance_model") model = AutoModelForCausalLM.from_pretrained("Chinar-Q-AI/finance_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Update README.md
#2
by alphalot - opened
No description provided.
ChinarQ-AI changed pull request status to merged