qwen-25-14b-instruct-quantum-physics
35
license:apache-2.0
by
Kylan12
Other
OTHER
14B params
New
35 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
32GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
14GB+ RAM
Code Examples
Use with llama.cpppythontransformers
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("Kylan12/qwen-25-14b-instruct-quantum-physics")
tokenizer = AutoTokenizer.from_pretrained("Kylan12/qwen-25-14b-instruct-quantum-physics")
prompt = "Calculate the expectation value of the Pauli Z operator for a qubit in the state |+⟩"
inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(**inputs, max_length=200)
print(tokenizer.decode(outputs[0]))Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.