Text Generation
Transformers
Safetensors
Turkish
erk
turkish
türkçe
ecloud
llm
conversational
text-generation-inference
custom_code
Eval Results (legacy)
Instructions to use ecloudtech/Erk-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ecloudtech/Erk-14B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="ecloudtech/Erk-14B", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("ecloudtech/Erk-14B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use ecloudtech/Erk-14B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ecloudtech/Erk-14B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ecloudtech/Erk-14B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/ecloudtech/Erk-14B
- SGLang
How to use ecloudtech/Erk-14B with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "ecloudtech/Erk-14B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ecloudtech/Erk-14B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "ecloudtech/Erk-14B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ecloudtech/Erk-14B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use ecloudtech/Erk-14B with Docker Model Runner:
docker model run hf.co/ecloudtech/Erk-14B
| eCloud Açık Topluluk Lisansı v1.0 | |
| eCloud Open Community License v1.0 | |
| Copyright (c) 2026 eCloud Yazılım Teknolojileri. Tüm hakları saklıdır. | |
| ================================================================================ | |
| TÜRKÇE | |
| ================================================================================ | |
| Bu lisans, "Erk" adlı yapay zekâ modeli ve ilgili ağırlıklar, kod ve | |
| belgeleri ("Materyaller") için geçerlidir. | |
| 1. VERİLEN İZİNLER (Ücretsiz) | |
| Aşağıdaki kullanımlar için ücretsiz ve serbest izin verilir: | |
| a) Materyalleri indirmek, çalıştırmak ve incelemek; | |
| b) Araştırma, eğitim ve kişisel amaçlarla kullanmak; | |
| c) Materyaller üzerinde değişiklik yapmak, türev çalışmalar (ince ayar, | |
| uyarlama vb.) geliştirmek; | |
| d) Değişiklikleri ve türev çalışmaları, bu lisansın koşullarıyla birlikte | |
| ve kaynağı (Erk / eCloud Yazılım Teknolojileri) belirterek paylaşmak. | |
| 2. TİCARİ KULLANIM | |
| Materyallerin veya türevlerinin ticari bir ürün, hizmet ya da gelir getirici | |
| faaliyette kullanılması, eCloud Yazılım Teknolojileri'nden önceden yazılı izin | |
| alınmasını gerektirir. Ticari kullanım için iletişim: info@e-cloud.web.tr | |
| 3. ATIF | |
| Materyalleri kullanan tüm çalışmalar, "Erk — eCloud Yazılım Teknolojileri" | |
| ifadesine ve bu depoya atıfta bulunmalıdır. | |
| 4. TİCARİ HAKLAR | |
| Materyallere ilişkin tüm ticari haklar eCloud Yazılım Teknolojileri'ne aittir. | |
| Bu lisans, marka, ticari unvan veya patent hakkı devri anlamına gelmez. | |
| 5. GARANTİ REDDİ | |
| Materyaller "OLDUĞU GİBİ" sağlanır; açık ya da örtük hiçbir garanti verilmez. | |
| eCloud Yazılım Teknolojileri, kullanımdan doğabilecek zararlardan sorumlu değildir. | |
| ================================================================================ | |
| ENGLISH | |
| ================================================================================ | |
| This license applies to the "Erk" AI model and its associated weights, code and | |
| documentation (the "Materials"). | |
| 1. PERMISSIONS (Free of charge) | |
| The following uses are permitted free of charge: | |
| a) downloading, running and studying the Materials; | |
| b) use for research, educational and personal purposes; | |
| c) modifying the Materials and creating derivative works (fine-tuning, | |
| adaptation, etc.); | |
| d) sharing modifications and derivatives under the terms of this license, | |
| with attribution to the source (Erk / eCloud Yazılım Teknolojileri). | |
| 2. COMMERCIAL USE | |
| Any use of the Materials or their derivatives in a commercial product, service | |
| or revenue-generating activity requires prior written permission from | |
| eCloud Yazılım Teknolojileri. For commercial use, contact: info@e-cloud.web.tr | |
| 3. ATTRIBUTION | |
| All works using the Materials must credit "Erk — eCloud Yazılım Teknolojileri" | |
| and reference this repository. | |
| 4. COMMERCIAL RIGHTS | |
| All commercial rights to the Materials remain with eCloud Yazılım Teknolojileri. | |
| This license does not transfer any trademark, trade name or patent rights. | |
| 5. DISCLAIMER | |
| The Materials are provided "AS IS", without warranty of any kind. eCloud | |
| Yazılım Teknolojileri is not liable for any damages arising from their use. | |