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

gsyllas
/
test_Lora_finetune

Text Generation
PEFT
Safetensors
Transformers
parler_tts
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use gsyllas/test_Lora_finetune with PEFT:

    Task type is invalid.
  • Transformers

    How to use gsyllas/test_Lora_finetune with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="gsyllas/test_Lora_finetune")
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("gsyllas/test_Lora_finetune", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • vLLM

    How to use gsyllas/test_Lora_finetune with vLLM:

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

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

    How to use gsyllas/test_Lora_finetune with Docker Model Runner:

    docker model run hf.co/gsyllas/test_Lora_finetune
test_Lora_finetune
31.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Giorgos Syllas
Saving train state of step 3900
f68cdcf verified 10 months ago
  • checkpoint-1000-epoch-3
    Saving train state of step 1000 10 months ago
  • checkpoint-1500-epoch-5
    Saving train state of step 1500 10 months ago
  • checkpoint-2000-epoch-7
    Saving train state of step 2000 10 months ago
  • checkpoint-2500-epoch-9
    Saving train state of step 2500 10 months ago
  • checkpoint-3000-epoch-11
    Saving train state of step 3000 10 months ago
  • checkpoint-3500-epoch-13
    Saving train state of step 3500 10 months ago
  • checkpoint-3900-epoch-14
    Saving train state of step 3900 10 months ago
  • checkpoint-500-epoch-1
    Saving train state of step 500 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    5.21 kB
    Saving train state of step 3900 10 months ago
  • adapter_config.json
    1.29 kB
    Saving train state of step 3900 10 months ago
  • adapter_model.safetensors
    48.7 MB
    xet
    Saving train state of step 3900 10 months ago
  • config.json
    7.47 kB
    Saving train state of step 500 10 months ago
  • preprocessor_config.json
    234 Bytes
    Saving train state of step 500 10 months ago
  • special_tokens_map.json
    552 Bytes
    Saving train state of step 500 10 months ago
  • tokenizer.json
    10.3 MB
    Saving train state of step 500 10 months ago
  • tokenizer.model
    1.8 MB
    xet
    Saving train state of step 500 10 months ago
  • tokenizer_config.json
    990 Bytes
    Saving train state of step 500 10 months ago