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

Jiva
/
xlm-roberta-large-it-mnli

Zero-Shot Classification
Transformers
PyTorch
Safetensors
Italian
xlm-roberta
text-classification
tensorflow
Eval Results (legacy)
Model card Files Files and versions
xet
Community
4

Instructions to use Jiva/xlm-roberta-large-it-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jiva/xlm-roberta-large-it-mnli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="Jiva/xlm-roberta-large-it-mnli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jiva/xlm-roberta-large-it-mnli")
    model = AutoModelForSequenceClassification.from_pretrained("Jiva/xlm-roberta-large-it-mnli")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-large-it-mnli
4.49 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 11 commits
Jiva's picture
Jiva
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
b4491a9 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • README.md
    10.2 kB
    Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#2) over 3 years ago
  • config.json
    952 Bytes
    v_0.1 over 4 years ago
  • model.safetensors
    2.24 GB
    xet
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.24 GB
    xet
    v_0.1 over 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    v_0.1 over 4 years ago
  • special_tokens_map.json
    239 Bytes
    v_0.1 over 4 years ago
  • tokenizer.json
    9.08 MB
    v_0.1 over 4 years ago
  • tokenizer_config.json
    423 Bytes
    v_0.1 over 4 years ago