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

sami606713
/
unit_test

Feature Extraction
PEFT
Safetensors
English
code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use sami606713/unit_test with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5-base")
    model = PeftModel.from_pretrained(base_model, "sami606713/unit_test")
  • Notebooks
  • Google Colab
  • Kaggle
unit_test
8.08 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
sami606713's picture
sami606713
Delete tokenizer
3a06f38 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.19 kB
    Update README.md almost 2 years ago
  • adapter_config.json
    641 Bytes
    Upload 3 files almost 2 years ago
  • adapter_model.safetensors
    7.1 MB
    xet
    Upload 3 files almost 2 years ago
  • merges.txt
    294 kB
    Upload 4 files almost 2 years ago
  • special_tokens_map.json
    15.5 kB
    Upload 4 files almost 2 years ago
  • tokenizer_config.json
    21 kB
    Upload 4 files almost 2 years ago
  • vocab.json
    639 kB
    Upload 4 files almost 2 years ago