Instructions to use HarshithNLP/bloom_3b_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use HarshithNLP/bloom_3b_NER with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-3b") model = PeftModel.from_pretrained(base_model, "HarshithNLP/bloom_3b_NER") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a9eac17 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8ed76f2e1d777879d19de33fb72219cd54b361ff8bf9cdce7ed3aefd2473eebe
size 4728
|