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

PGCodeLLM
/
AgenticRL-blackbox-260401_231502_cd7fb81c

Text Generation
Transformers
Safetensors
qwen3
megatron
Model card Files Files and versions
xet
Community

Instructions to use PGCodeLLM/AgenticRL-blackbox-260401_231502_cd7fb81c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PGCodeLLM/AgenticRL-blackbox-260401_231502_cd7fb81c with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="PGCodeLLM/AgenticRL-blackbox-260401_231502_cd7fb81c")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("PGCodeLLM/AgenticRL-blackbox-260401_231502_cd7fb81c", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use PGCodeLLM/AgenticRL-blackbox-260401_231502_cd7fb81c with vLLM:

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

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

    How to use PGCodeLLM/AgenticRL-blackbox-260401_231502_cd7fb81c with Docker Model Runner:

    docker model run hf.co/PGCodeLLM/AgenticRL-blackbox-260401_231502_cd7fb81c
AgenticRL-blackbox-260401_231502_cd7fb81c
1.23 TB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
watch1602's picture
watch1602
Upload trajectory archive trajectories/260401_231502_cd7fb81c.tar.zst
baed682 verified 18 days ago
  • global_step_109
    Upload global_step_109 about 2 months ago
  • global_step_119
    Upload global_step_119 about 2 months ago
  • global_step_129
    Upload global_step_129 about 2 months ago
  • global_step_139
    Upload global_step_139 about 2 months ago
  • global_step_149
    Upload global_step_149 about 2 months ago
  • global_step_159
    Upload global_step_159 about 2 months ago
  • global_step_169
    Upload global_step_169 about 2 months ago
  • global_step_179
    Upload global_step_179 about 2 months ago
  • global_step_19
    Upload global_step_19 about 2 months ago
  • global_step_29
    Upload global_step_29 about 2 months ago
  • global_step_39
    Upload global_step_39 about 2 months ago
  • global_step_49
    Upload global_step_49 about 2 months ago
  • global_step_59
    Upload global_step_59 about 2 months ago
  • global_step_69
    Upload global_step_69 about 2 months ago
  • global_step_79
    Upload global_step_79 about 2 months ago
  • global_step_89
    Upload global_step_89 about 2 months ago
  • global_step_9
    Upload global_step_9 about 2 months ago
  • global_step_99
    Upload global_step_99 about 2 months ago
  • trajectories
    Upload trajectory archive trajectories/260401_231502_cd7fb81c.tar.zst 18 days ago
  • .gitattributes
    2.71 kB
    Upload global_step_169 about 2 months ago
  • README.md
    1.35 kB
    Update repository README about 2 months ago