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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ys-qu
/
found-rl_vlms

Image-Text-to-Text
Transformers
Safetensors
autonomous-driving
carla
imitation-learning
vlm
found-rl
Model card Files Files and versions
xet
Community

Instructions to use ys-qu/found-rl_vlms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ys-qu/found-rl_vlms with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-text-to-text", model="ys-qu/found-rl_vlms")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ys-qu/found-rl_vlms", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • vLLM

    How to use ys-qu/found-rl_vlms with vLLM:

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

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

    How to use ys-qu/found-rl_vlms with Docker Model Runner:

    docker model run hf.co/ys-qu/found-rl_vlms
found-rl_vlms
66.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
ys-qu's picture
ys-qu
Update README.md
1cbf363 verified 4 months ago
  • internvl3_1b_full_sft_bev
    Upload 13 files 4 months ago
  • internvl3_1b_lora_sft
    Upload 14 files 4 months ago
  • internvl3_2b_full_sft_bev
    Upload 13 files 4 months ago
  • internvl3_2b_lora_sft
    Upload 14 files 4 months ago
  • qwen2_5vl_3b_full_sft_bev
    Upload 14 files 4 months ago
  • qwen2_5vl_3b_lora_sft
    Upload 15 files 4 months ago
  • qwen2_5vl_7b_full_sft_bev
    Upload 16 files 4 months ago
  • qwen2_5vl_7b_lora_sft
    Upload 17 files 4 months ago
  • visual_rwkv_v7_0B1
    Upload rwkv-14.pth 4 months ago
  • visual_rwkv_v7_0B1_bev
    Upload rwkv-14.pth 4 months ago
  • .gitattributes
    2.12 kB
    Upload 17 files 4 months ago
  • README.md
    2.15 kB
    Update README.md 4 months ago
  • clip_laion2b_epoch_10_new.pt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    1.8 GB
    xet
    Upload clip_laion2b_epoch_10_new.pt 4 months ago