qwen2-1.5b-ppt-outline-merged
2
license:apache-2.0
by
ChengManYu
Other
OTHER
1.5B params
New
2 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
4GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
2GB+ RAM
Code Examples
Usage Method (Simplest)pythontransformers
from transformers import pipeline
pipe = pipeline(
"text-generation",
model="ChengManYu/qwen2-1.5b-ppt-outline-merged",
device_map="auto"
)
prompt = "Generate PPT outline for: AI in healthcare\n### Outline:"
output = pipe(prompt, max_new_tokens=400, temperature=0.7)[0]["generated_text"]
print(output.split("### Outline:")[-1])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.