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

giotvr
/
xlm_roberta_base_assin_fine_tuned

Text Classification
Transformers
PyTorch
Safetensors
Portuguese
xlm-roberta
nli
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use giotvr/xlm_roberta_base_assin_fine_tuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="giotvr/xlm_roberta_base_assin_fine_tuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("giotvr/xlm_roberta_base_assin_fine_tuned")
    model = AutoModelForSequenceClassification.from_pretrained("giotvr/xlm_roberta_base_assin_fine_tuned")
  • Notebooks
  • Google Colab
  • Kaggle
xlm_roberta_base_assin_fine_tuned
2.23 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
giotvr's picture
giotvr
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
677cbc9 over 2 years ago
  • .gitattributes
    1.56 kB
    Adds model's weight and config files almost 3 years ago
  • README.md
    11.9 kB
    Updates README.md almost 3 years ago
  • config.json
    916 Bytes
    Adds model's weight and config files almost 3 years ago
  • model.safetensors
    1.11 GB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.11 GB
    xet
    Adds model's weight and config files almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Adds tokenization files almost 3 years ago
  • special_tokens_map.json
    238 Bytes
    Adds tokenization files almost 3 years ago
  • tokenizer_config.json
    323 Bytes
    Adds tokenization files almost 3 years ago