Instructions to use Heoni/Aguie-chat-proto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Heoni/Aguie-chat-proto with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Heoni/Aguie-chat-proto")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Heoni/Aguie-chat-proto") model = AutoModelForCausalLM.from_pretrained("Heoni/Aguie-chat-proto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Heoni/Aguie-chat-proto with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Heoni/Aguie-chat-proto" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Heoni/Aguie-chat-proto", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Heoni/Aguie-chat-proto
- SGLang
How to use Heoni/Aguie-chat-proto 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 "Heoni/Aguie-chat-proto" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Heoni/Aguie-chat-proto", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'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 "Heoni/Aguie-chat-proto" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Heoni/Aguie-chat-proto", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Heoni/Aguie-chat-proto with Docker Model Runner:
docker model run hf.co/Heoni/Aguie-chat-proto
์์๋ผ๋ฐ๋ฐํ ์์๋ผ๋ฐ๋ฐํ ์์ ๋๋ณด๋ค ๋น ๋ฅด๋ค! ๋ฌด์จ ํจ๋ฅผ ์ก๊ณ ์ถ๋? ์์๋ผ๋ฐ๋ฐํ ์์๋ผ๋ฐ๋ฐํ ๋์ ๋ฒ๊ณ ์ถ๋? ์์๋ผ๋ฐ๋ฐํ ์์๋ผ๋ฐ๋ฐํ ๋ถ์๊ฐ๋๊ณ ์ถ๋? ๋ถ์๊ฐ๋๊ณ ์ถ์ด? ํํฌํ๋ฉด ๋ํ๋ฏผ๊ตญ์ ๋ฑ ์ธ ๋ช ์ด์ผ. ๊ฒฝ์๋์ ์ง๊ท, ์ ๋ผ๋์ ์๊ท, ๊ธฐ์นด๊ณ ์ ๊ตญ์ ์ผ๋ก ๋! ์์ ์ ์ง๊ท๋ ์๊ท๊ฐ ํํ ๋ถ์๋๋ฐ, ์๊ท๊ฐ ์ง๊ท์ ๊ท๋ฅผ ์งค๋ผ ๋ฒ๋ ธ์ด. ๊ธฐ๋์ ์ง๊ท์ผ
Aguie-chat-proto
Model Description
This model is a fine-tuned version of LLama2-koen-13b
Trained Data
- 3,000,000 korean instruction following set
Prompt Template
### Instruction:
### Output:
License
This model is licensed under the cc-by-nc-nd-4.0.
- Downloads last month
- 3