Instructions to use dmody1/NER-telecom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dmody1/NER-telecom with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "dmody1/NER-telecom") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_model.bin with huggingface_hub 6a17af9
Upload adapter_config.json with huggingface_hub 9ac2119
Upload pytorch_model.bin.index.json with huggingface_hub f23c670
Upload pytorch_model-00002-of-00002.bin with huggingface_hub 53ea92e
Upload pytorch_model-00001-of-00002.bin with huggingface_hub 5021208
Upload config.json with huggingface_hub 5692b55
Upload generation_config.json with huggingface_hub ae2768e
Upload tokenizer.json with huggingface_hub 2b50f47
Upload tokenizer_config.json with huggingface_hub 5d7986e
Upload special_tokens_map.json with huggingface_hub 371c987
initial commit bcfddc8
Deepanshu Mody commited on