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

  • Log In
  • Sign Up

lujin
/
search-ner-lora-model

Token Classification
Transformers
Safetensors
bert
ner
chinese
Model card Files Files and versions
xet
Community

Instructions to use lujin/search-ner-lora-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lujin/search-ner-lora-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="lujin/search-ner-lora-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lujin/search-ner-lora-model")
    model = AutoModelForTokenClassification.from_pretrained("lujin/search-ner-lora-model")
  • Notebooks
  • Google Colab
  • Kaggle
search-ner-lora-model
407 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
lujin's picture
lujin
Update README.md
1557cd4 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    2.23 kB
    Update README.md 5 months ago
  • config.json
    1.45 kB
    Upload BertForTokenClassification 5 months ago
  • model.safetensors
    407 MB
    xet
    Upload BertForTokenClassification 5 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 5 months ago
  • tokenizer.json
    439 kB
    Upload tokenizer 5 months ago
  • tokenizer_config.json
    1.41 kB
    Upload tokenizer 5 months ago
  • vocab.txt
    110 kB
    Upload tokenizer 5 months ago