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

Quazim0t0
/
Escarda-86M-Identity

Text Generation
Transformers
Safetensors
English
spike_whale
feature-extraction
small-models
chat
mla
jepa
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Quazim0t0/Escarda-86M-Identity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Quazim0t0/Escarda-86M-Identity with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="Quazim0t0/Escarda-86M-Identity", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Quazim0t0/Escarda-86M-Identity", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use Quazim0t0/Escarda-86M-Identity with vLLM:

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

    How to use Quazim0t0/Escarda-86M-Identity 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 "Quazim0t0/Escarda-86M-Identity" \
        --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": "Quazim0t0/Escarda-86M-Identity",
    		"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 "Quazim0t0/Escarda-86M-Identity" \
            --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": "Quazim0t0/Escarda-86M-Identity",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
  • Docker Model Runner

    How to use Quazim0t0/Escarda-86M-Identity with Docker Model Runner:

    docker model run hf.co/Quazim0t0/Escarda-86M-Identity
Escarda-86M-Identity
392 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Quazim0t0's picture
Quazim0t0
Format-blended SFT on engram-repaired base: chat fluency + preserved benchmark formats
08270a3 1 day ago
  • .gitattributes
    1.57 kB
    Upload Escarda-LLMs.png with huggingface_hub 16 days ago
  • Escarda-LLMs.png
    3.04 MB
    xet
    Upload Escarda-LLMs.png with huggingface_hub 16 days ago
  • README.md
    3.62 kB
    Format-blended SFT on engram-repaired base: chat fluency + preserved benchmark formats 1 day ago
  • config.json
    1.74 kB
    Upload folder using huggingface_hub 20 days ago
  • config.py
    7.88 kB
    Upload folder using huggingface_hub 20 days ago
  • model.safetensors
    389 MB
    xet
    Format-blended SFT on engram-repaired base: chat fluency + preserved benchmark formats 1 day ago
  • model_v2.py
    41.8 kB
    Fix engram n-gram lookups during cached decode: add engram_context_ids so single-token steps match full-sequence computation 8 days ago
  • spike_tokenizer.py
    5.4 kB
    Upload folder using huggingface_hub 20 days ago
  • tokenizer.json
    263 kB
    Upload folder using huggingface_hub 20 days ago
  • tokenizer_config.json
    4.62 kB
    Upload folder using huggingface_hub 20 days ago