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

lorahub
/
flan_t5_large-quarel_testing_students

PEFT
Model card Files Files and versions
xet
Community

Instructions to use lorahub/flan_t5_large-quarel_testing_students with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use lorahub/flan_t5_large-quarel_testing_students 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, "lorahub/flan_t5_large-quarel_testing_students")
  • Notebooks
  • Google Colab
  • Kaggle
flan_t5_large-quarel_testing_students
21.4 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
SivilTaram's picture
SivilTaram
Upload tokenizer.json with huggingface_hub
1a5fc84 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    27 Bytes
    Upload README.md with huggingface_hub almost 3 years ago
  • adapter_config.json
    411 Bytes
    Upload adapter_config.json with huggingface_hub almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    19 MB
    xet
    Upload adapter_model.bin with huggingface_hub almost 3 years ago
  • special_tokens_map.json
    2.2 kB
    Upload special_tokens_map.json with huggingface_hub almost 3 years ago
  • tokenizer.json
    2.42 MB
    Upload tokenizer.json with huggingface_hub almost 3 years ago
  • tokenizer_config.json
    2.35 kB
    Upload tokenizer_config.json with huggingface_hub almost 3 years ago