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

  • Log In
  • Sign Up

impresso-project
/
ner-stacked-bert-multilingual

Token Classification
Transformers
Safetensors
English
French
German
stacked_bert
v1.0.0
custom_code
Model card Files Files and versions
xet
Community

Instructions to use impresso-project/ner-stacked-bert-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use impresso-project/ner-stacked-bert-multilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="impresso-project/ner-stacked-bert-multilingual", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("impresso-project/ner-stacked-bert-multilingual", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ner-stacked-bert-multilingual
197 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 299 commits
emanuelaboros's picture
emanuelaboros
reqs
f8b0982 6 months ago
  • results
    results 6 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    9.05 kB
    Update README.md 6 months ago
  • __init__.py
    0 Bytes
    Initial commit including model and configuration almost 2 years ago
  • config.json
    6.07 kB
    Upload model almost 2 years ago
  • configuration_stacked.py
    3.57 kB
    Update configuration_stacked.py over 1 year ago
  • generic_ner.py
    29 kB
    Update generic_ner.py 12 months ago
  • label_map.json
    2 kB
    Initial commit including model and configuration almost 2 years ago
  • model.safetensors
    194 MB
    xet
    Initial commit of the trained NER model with code almost 2 years ago
  • modeling_stacked.py
    4.88 kB
    Upload model almost 2 years ago
  • requirements.txt
    64 Bytes
    reqs 6 months ago
  • special_tokens_map.json
    695 Bytes
    Initial commit of the trained NER model with code almost 2 years ago
  • test.py
    2.02 kB
    update handler over 1 year ago
  • tokenizer.json
    716 kB
    Initial commit of the trained NER model with code almost 2 years ago
  • tokenizer_config.json
    1.25 kB
    Initial commit of the trained NER model with code almost 2 years ago
  • vocab.txt
    212 kB
    Initial commit of the trained NER model with code almost 2 years ago