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

Bishanka
/
ppo-prefix

Text Generation
PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use Bishanka/ppo-prefix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Bishanka/ppo-prefix with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("gpt2")
    model = PeftModel.from_pretrained(base_model, "Bishanka/ppo-prefix")
  • Notebooks
  • Google Colab
  • Kaggle
ppo-prefix
5.04 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Bishanka's picture
Bishanka
Upload folder using huggingface_hub
448b2a2 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.14 kB
    Upload folder using huggingface_hub 3 months ago
  • adapter_config.json
    416 Bytes
    Upload folder using huggingface_hub 3 months ago
  • adapter_model.safetensors
    1.47 MB
    xet
    Upload folder using huggingface_hub 3 months ago
  • tokenizer.json
    3.56 MB
    Upload folder using huggingface_hub 3 months ago
  • tokenizer_config.json
    297 Bytes
    Upload folder using huggingface_hub 3 months ago