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

Theskywalker07
/
full_model_1

Text Generation
Transformers
Safetensors
English
xpertgpt
babylm
babylm-2026
mixture-of-experts
msit
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Theskywalker07/full_model_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Theskywalker07/full_model_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="Theskywalker07/full_model_1", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("Theskywalker07/full_model_1", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use Theskywalker07/full_model_1 with vLLM:

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

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

    How to use Theskywalker07/full_model_1 with Docker Model Runner:

    docker model run hf.co/Theskywalker07/full_model_1
full_model_1
229 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Theskywalker07's picture
Theskywalker07
Upload folder using huggingface_hub
d0755b8 verified 4 days ago
  • .DS_Store
    6.15 kB
    Update strict-small architecture files (SwiGLU, sliding window [64, 16, 8, 4], ln3, ln_post_moe, no res3) 5 days ago
  • .gitattributes
    92 Bytes
    Upload folder using huggingface_hub 4 days ago
  • CITATION.cff
    495 Bytes
    Upload folder using huggingface_hub 4 days ago
  • LICENSE
    1.99 kB
    Upload folder using huggingface_hub 4 days ago
  • PROVENANCE.md
    564 Bytes
    Upload folder using huggingface_hub 4 days ago
  • README-2.md
    3.49 kB
    Update strict-small architecture files (SwiGLU, sliding window [64, 16, 8, 4], ln3, ln_post_moe, no res3) 5 days ago
  • README.md
    2.26 kB
    Upload folder using huggingface_hub 4 days ago
  • config.json
    472 Bytes
    Upload folder using huggingface_hub 4 days ago
  • configuration_xpertgpt.py
    1.08 kB
    Update strict-small architecture files (SwiGLU, sliding window [64, 16, 8, 4], ln3, ln_post_moe, no res3) 5 days ago
  • model.safetensors
    227 MB
    xet
    Upload folder using huggingface_hub 4 days ago
  • modeling_xpertgpt.py
    19 kB
    Update strict-small architecture files (SwiGLU, sliding window [64, 16, 8, 4], ln3, ln_post_moe, no res3) 5 days ago
  • train.py
    75.7 kB
    Update strict-small architecture files (SwiGLU, sliding window [64, 16, 8, 4], ln3, ln_post_moe, no res3) 5 days ago
  • training_terminal.log
    1.73 MB
    Upload folder using huggingface_hub 4 days ago