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

HarshithNLP
/
bloom_7b_NER

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

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

  • Libraries
  • PEFT

    How to use HarshithNLP/bloom_7b_NER with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-7b1")
    model = PeftModel.from_pretrained(base_model, "HarshithNLP/bloom_7b_NER")
  • Notebooks
  • Google Colab
  • Kaggle
bloom_7b_NER / runs
13 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
HarshithNLP's picture
HarshithNLP
End of training
e34cde8 verified over 2 years ago
  • Jan25_09-49-32_52b0174d4d9a
    End of training over 2 years ago