Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sjmoon21
/
SJ-ko

Text Generation
GGUF
Korean
korean
gpt
from-scratch
educational
Model card Files Files and versions
xet
Community

Instructions to use sjmoon21/SJ-ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use sjmoon21/SJ-ko with llama.cpp:

    Install (macOS, Linux)
    curl -LsSf https://llama.app/install.sh | sh
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf sjmoon21/SJ-ko
    # Run inference directly in the terminal:
    llama cli -hf sjmoon21/SJ-ko
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf sjmoon21/SJ-ko
    # Run inference directly in the terminal:
    llama cli -hf sjmoon21/SJ-ko
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf sjmoon21/SJ-ko
    # Run inference directly in the terminal:
    ./llama-cli -hf sjmoon21/SJ-ko
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf sjmoon21/SJ-ko
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf sjmoon21/SJ-ko
    Use Docker
    docker model run hf.co/sjmoon21/SJ-ko
  • LM Studio
  • Jan
  • vLLM

    How to use sjmoon21/SJ-ko with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "sjmoon21/SJ-ko"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "sjmoon21/SJ-ko",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/sjmoon21/SJ-ko
  • Ollama

    How to use sjmoon21/SJ-ko with Ollama:

    ollama run hf.co/sjmoon21/SJ-ko
  • Unsloth Desktop
  • Docker Model Runner

    How to use sjmoon21/SJ-ko with Docker Model Runner:

    docker model run hf.co/sjmoon21/SJ-ko
  • Lemonade

    How to use sjmoon21/SJ-ko with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull sjmoon21/SJ-ko
    Run and chat with the model
    lemonade run user.SJ-ko-{{QUANT_TAG}}
    List all available models
    lemonade list
  • Atomic Chat
SJ-ko
100 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
sjmoon21's picture
sjmoon21
Fix broken table separator in training history
d09ee8c verified 4 days ago
  • .gitattributes
    1.63 kB
    SJ-0.5.6simf β€” facts + arithmetic + multi-turn SFT 4 days ago
  • LICENSE
    1.07 kB
    Upload folder using huggingface_hub 7 days ago
  • Modelfile
    309 Bytes
    SJ-0.5.6simf β€” facts + arithmetic + multi-turn SFT 4 days ago
  • README.md
    10.9 kB
    Fix broken table separator in training history 4 days ago
  • serve_ollama.py
    16 kB
    SJ-0.5.6simf β€” facts + arithmetic + multi-turn SFT 4 days ago
  • sj-0.5.1si.gguf
    50.1 MB
    xet
    Upload folder using huggingface_hub 7 days ago
  • sj-0.5.6simf.gguf
    50.1 MB
    xet
    SJ-0.5.6simf β€” facts + arithmetic + multi-turn SFT 4 days ago