Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

starkdv123
/
conll2003-bert-ner-lora

Token Classification
Transformers
Safetensors
PEFT
English
ner
bert
lora
conll2003
Model card Files Files and versions
xet
Community

Instructions to use starkdv123/conll2003-bert-ner-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use starkdv123/conll2003-bert-ner-lora with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="starkdv123/conll2003-bert-ner-lora")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("starkdv123/conll2003-bert-ner-lora", dtype="auto")
  • PEFT

    How to use starkdv123/conll2003-bert-ner-lora with PEFT:

    Task type is invalid.
  • Notebooks
  • Google Colab
  • Kaggle
conll2003-bert-ner-lora
4.77 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
starkdv123's picture
starkdv123
Add model card
9321a8c verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    1.5 kB
    Add model card 8 months ago
  • adapter_config.json
    908 Bytes
    Add BERT NER LoRA adapter (CoNLL2003) 8 months ago
  • adapter_model.safetensors
    3.88 MB
    xet
    Add BERT NER LoRA adapter (CoNLL2003) 8 months ago
  • special_tokens_map.json
    125 Bytes
    Add BERT NER LoRA adapter (CoNLL2003) 8 months ago
  • tokenizer.json
    669 kB
    Add BERT NER LoRA adapter (CoNLL2003) 8 months ago
  • tokenizer_config.json
    1.22 kB
    Add BERT NER LoRA adapter (CoNLL2003) 8 months ago
  • vocab.txt
    213 kB
    Add BERT NER LoRA adapter (CoNLL2003) 8 months ago