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

sachaarbonel
/
bert-italian-cased-finetuned-pos

Token Classification
Transformers
PyTorch
JAX
Safetensors
Italian
bert
Model card Files Files and versions
xet
Community
1

Instructions to use sachaarbonel/bert-italian-cased-finetuned-pos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sachaarbonel/bert-italian-cased-finetuned-pos with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="sachaarbonel/bert-italian-cased-finetuned-pos")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sachaarbonel/bert-italian-cased-finetuned-pos")
    model = AutoModelForTokenClassification.from_pretrained("sachaarbonel/bert-italian-cased-finetuned-pos")
  • Notebooks
  • Google Colab
  • Kaggle
bert-italian-cased-finetuned-pos
245 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 6 commits
system's picture
system HF Staff
Update test_results.txt
9c82b80 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • test_results.txt
    169 Bytes
    Update test_results.txt over 5 years ago
  • tokenizer_config.json
    236 Bytes
    Update tokenizer_config.json over 5 years ago
  • training_args.bin

    Detected Pickle imports (3)

    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.EvaluationStrategy"

    How to fix it?

    1.78 kB
    xet
    Update training_args.bin over 5 years ago
  • vocab.txt
    243 kB
    Update vocab.txt over 5 years ago