Dedicated Endpoints
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Container
Run this model inference with full control and performance in your environment.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
Files
model.safetensors: merged fine-tuned model weightsconfig.json: Qwen3 causal language model configurationtokenizer.json,tokenizer_config.json,chat_template.jinja: tokenizer and chat formatting filesgeneration_config.json: generation defaults
Loading
python
from transformers import AutoModelForCausalLM, AutoTokenizermodel_id = "nfdlh/tensortalk"tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)model = AutoModelForCausalLM.from_pretrained(model_id,torch_dtype="auto",device_map="auto",trust_remote_code=True,)
Model provider
nfdlh
Model tree
Base
this model
Modalities
Input
Text
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information