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

tanmoy-in
/
test_model

PEFT
TensorBoard
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use tanmoy-in/test_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use tanmoy-in/test_model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("facebook/opt-350m")
    model = PeftModel.from_pretrained(base_model, "tanmoy-in/test_model")
  • Notebooks
  • Google Colab
  • Kaggle
test_model / runs
5.61 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
tanmoy-in's picture
tanmoy-in
finetuned on bengali
545b12a almost 3 years ago
  • Jul18_18-02-28_791ba4d67123
    finetuned on bengali almost 3 years ago