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
      • 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-v1.1.0

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

Instructions to use impresso-project/ner-stacked-bert-multilingual-v1.1.0 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-v1.1.0 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-v1.1.0", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("impresso-project/ner-stacked-bert-multilingual-v1.1.0", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ner-stacked-bert-multilingual-v1.1.0
341 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 57 commits
Andrianos's picture
Andrianos
Reverted version change to avoid crashes
e4237d6 verified 4 months ago
  • results
    results 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    8.93 kB
    Update README.md 7 months ago
  • __init__.py
    0 Bytes
    new model 7 months ago
  • config.json
    3.75 kB
    config corrected 7 months ago
  • configuration_stacked.py
    3.66 kB
    new model 7 months ago
  • generic_ner.py
    32.6 kB
    Update generic_ner.py 6 months ago
  • label_map.json
    245 Bytes
    update model small 7 months ago
  • model.safetensors
    169 MB
    xet
    Adding `safetensors` variant of this model (#12) 7 months ago
  • modeling_stacked.py
    10.6 kB
    tentative to add random seeds 7 months ago
  • pytorch_model.bin
    169 MB
    xet
    update model small 7 months ago
  • requirements.txt
    64 Bytes
    Reverted version change to avoid crashes 4 months ago
  • special_tokens_map.json
    125 Bytes
    new model 7 months ago
  • test.py
    2.02 kB
    new model 7 months ago
  • test_ner.py
    3.98 kB
    new model 7 months ago
  • tokenizer.json
    716 kB
    new model 7 months ago
  • tokenizer_config.json
    1.28 kB
    new model 7 months ago
  • training_args.bin

    Detected Pickle imports (2)

    • "torch.device",
    • "argparse.Namespace"

    How to fix it?

    2.1 kB
    xet
    update model small 7 months ago
  • vocab.txt
    212 kB
    new model 7 months ago