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

lcs06
/
nerone

Token Classification
Transformers
Safetensors
PyTorch
Italian
camembert
ner
italian
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use lcs06/nerone with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="lcs06/nerone")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lcs06/nerone")
    model = AutoModelForTokenClassification.from_pretrained("lcs06/nerone")
  • Notebooks
  • Google Colab
  • Kaggle
nerone
474 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lcs06's picture
lcs06
Initial release
e2c6ed1 verified 3 days ago
  • .gitattributes
    1.64 kB
    Initial release 3 days ago
  • README.md
    5.01 kB
    Initial release 3 days ago
  • config.json
    5.77 kB
    Initial release 3 days ago
  • confusion_matrix_entity.png
    182 kB
    xet
    Initial release 3 days ago
  • label_metrics_entity.png
    169 kB
    xet
    Initial release 3 days ago
  • model.safetensors
    466 MB
    xet
    Initial release 3 days ago
  • special_tokens_map.json
    1.04 kB
    Initial release 3 days ago
  • tokenizer.json
    5.88 MB
    Initial release 3 days ago
  • tokenizer_config.json
    1.46 MB
    Initial release 3 days ago