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

dlicari
/
Italian-Legal-BERT

Fill-Mask
Transformers
PyTorch
Safetensors
Italian
bert
Model card Files Files and versions
xet
Community
12

Instructions to use dlicari/Italian-Legal-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dlicari/Italian-Legal-BERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="dlicari/Italian-Legal-BERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("dlicari/Italian-Legal-BERT")
    model = AutoModelForMaskedLM.from_pretrained("dlicari/Italian-Legal-BERT")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Italian-Legal-BERT
Ctrl+K
Ctrl+K
  • 3 contributors
History: 70 commits
librarian-bot's picture
librarian-bot
Add legal tag
00e7d88 about 3 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • ITALIAN_LEGAL_BERT.jpg
    130 kB
    Upload ITALIAN_LEGAL_BERT.jpg almost 4 years ago
  • README.md
    5.28 kB
    Add legal tag about 3 years ago
  • abbreviazioni.csv
    44.5 kB
    Update abbreviazioni.csv over 3 years ago
  • config.json
    614 Bytes
    Upload config.json almost 4 years ago
  • ner_it_legalbert.cfg
    2.88 kB
    Upload ner_it_legalbert.cfg almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • semantic_text_similarity.jpg
    154 kB
    Upload semantic_text_similarity.jpg almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tokenizer.json
    474 kB
    Upload tokenizer.json almost 4 years ago
  • tokenizer_config.json
    341 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device"

    How to fix it?

    2.42 kB
    xet
    Upload training_args.bin almost 4 years ago
  • vocab.txt
    235 kB
    Upload vocab.txt almost 4 years ago