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

kinshuk-h
/
flan-t5-retacred-kg-direct-peft-qlora-bnb-w-context-large-finetuned

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use kinshuk-h/flan-t5-retacred-kg-direct-peft-qlora-bnb-w-context-large-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kinshuk-h/flan-t5-retacred-kg-direct-peft-qlora-bnb-w-context-large-finetuned with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large")
    model = PeftModel.from_pretrained(base_model, "kinshuk-h/flan-t5-retacred-kg-direct-peft-qlora-bnb-w-context-large-finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
flan-t5-retacred-kg-direct-peft-qlora-bnb-w-context-large-finetuned
12.8 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
kinshuk-h's picture
kinshuk-h
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#1)
c07236a verified over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    474 Bytes
    Librarian Bot: Add base_model information to model (#1) over 2 years ago
  • adapter_config.json
    411 Bytes
    Version 1.0 (2 epochs, direct prompting) almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.54 MB
    xet
    Version 1.0 (2 epochs, direct prompting) almost 3 years ago
  • special_tokens_map.json
    2.2 kB
    Version 1.0 (2 epochs, direct prompting) almost 3 years ago
  • spiece.model
    792 kB
    xet
    Version 1.0 (2 epochs, direct prompting) almost 3 years ago
  • tokenizer.json
    2.42 MB
    Version 1.0 (2 epochs, direct prompting) almost 3 years ago
  • tokenizer_config.json
    2.35 kB
    Version 1.0 (2 epochs, direct prompting) almost 3 years ago