Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ner-stacked-bert-multilingual / results
2.48 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
emanuelaboros's picture
emanuelaboros
results
eb4782c 10 months ago
  • HIPE-2022-v2.1-hipe2020-dev-de_pred.tsv
    958 kB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-dev-de_pred_nerc_coarse.json
    24.6 kB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-dev-de_pred_nerc_coarse.tsv
    6.19 kB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-dev-de_pred_nerc_fine.json
    98.1 kB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-dev-de_pred_nerc_fine.tsv
    26.9 kB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-test-fr_pred.tsv
    1.2 MB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-test-fr_pred_nerc_coarse.json
    24.6 kB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-test-fr_pred_nerc_coarse.tsv
    6.22 kB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-test-fr_pred_nerc_fine.json
    107 kB
    results 10 months ago
  • HIPE-2022-v2.1-hipe2020-test-fr_pred_nerc_fine.tsv
    29.2 kB
    results 10 months ago