output = llm(
"Once upon a time,",
max_tokens=512,
echo=True
)
print(output)Teknofest 2024 Türkçe Doğal Dil İşleme - HeisenMech Takımı Finans Modeli
- Developed by: RsGoksel
- License: apache-2.0
- Finetuned from model : unsloth/meta-llama-3.1-8b-bnb-4bit
Geliştirdiğimiz Model, Unsloth ile eğitilmiştir. Finans alanında geliştirdiğimiz veri setleri ile Teknofest Doğal Dil İşleme Serbest kategori dahilinde geliştirilmiştir.
- Downloads last month
- 11
Hardware compatibility
Log In to add your hardware
8-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="RsGoksel/FinansLLM", filename="unsloth.Q8_0.gguf", )