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
File size: 129 Bytes
e34cde8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:673c0fb2761ca503cf3ae07fe33ef9bd766ebe9677242972777ca54fb48c35ac
size 4728
|