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

DeepMount00
/
Italian_NER_XXL

Token Classification
Transformers
PyTorch
Safetensors
Italian
bert
legal
finance
privacy
Model card Files Files and versions
xet
Community
4

Instructions to use DeepMount00/Italian_NER_XXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DeepMount00/Italian_NER_XXL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="DeepMount00/Italian_NER_XXL")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("DeepMount00/Italian_NER_XXL")
    model = AutoModelForTokenClassification.from_pretrained("DeepMount00/Italian_NER_XXL")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Italian_NER_XXL
883 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 46 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ca8c783 verified about 2 years ago
  • .gitattributes
    54 Bytes
    Adding `safetensors` variant of this model about 2 years ago
  • README.md
    7.3 kB
    Update README.md about 2 years ago
  • config.json
    6.18 kB
    Upload 7 files about 2 years ago
  • gitattributes
    1.52 kB
    Upload gitattributes about 2 years ago
  • id2tag.json
    2.16 kB
    Upload 7 files about 2 years ago
  • model.safetensors
    441 MB
    xet
    Adding `safetensors` variant of this model about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    441 MB
    xet
    Upload 7 files about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 7 files about 2 years ago
  • tokenizer.json
    724 kB
    Upload 7 files about 2 years ago
  • tokenizer_config.json
    385 Bytes
    Upload 7 files about 2 years ago
  • vocab.txt
    235 kB
    Upload 7 files about 2 years ago