Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AlbieCofie
/
xlm_roberta_base

Text Classification
Transformers
PyTorch
xlm-roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use AlbieCofie/xlm_roberta_base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AlbieCofie/xlm_roberta_base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AlbieCofie/xlm_roberta_base")
    model = AutoModelForSequenceClassification.from_pretrained("AlbieCofie/xlm_roberta_base")
  • Notebooks
  • Google Colab
  • Kaggle
xlm_roberta_base
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
AlbieCofie's picture
AlbieCofie
pushed tokenizer
4d27f33 about 3 years ago
  • .gitattributes
    1.53 kB
    pushed tokenizer about 3 years ago
  • config.json
    992 Bytes
    Pushed model about 3 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    Pushed model about 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    pushed tokenizer about 3 years ago
  • special_tokens_map.json
    167 Bytes
    pushed tokenizer about 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    pushed tokenizer about 3 years ago
  • tokenizer_config.json
    471 Bytes
    pushed tokenizer about 3 years ago