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

PanoEvJ
/
T5_summarization_RLAIF

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use PanoEvJ/T5_summarization_RLAIF with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("JuanKO/rlhf_base_model")
    model = PeftModel.from_pretrained(base_model, "PanoEvJ/T5_summarization_RLAIF")
  • Notebooks
  • Google Colab
  • Kaggle
T5_summarization_RLAIF
4.39 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
PanoEvJ's picture
PanoEvJ
Upload tokenizer
22ef1ff almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    88 Bytes
    Upload model almost 3 years ago
  • adapter_config.json
    436 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin
    3.59 MB
    xet
    Upload model almost 3 years ago
  • special_tokens_map.json
    2.2 kB
    Upload tokenizer almost 3 years ago
  • spiece.model
    792 kB
    xet
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    2.37 kB
    Upload tokenizer almost 3 years ago