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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

csocsci
/
xlm-roberta-xl-binary-cs-iib

Feature Extraction
Transformers
PyTorch
Czech
xlm-roberta-xl
Model card Files Files and versions
xet
Community

Instructions to use csocsci/xlm-roberta-xl-binary-cs-iib with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use csocsci/xlm-roberta-xl-binary-cs-iib with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="csocsci/xlm-roberta-xl-binary-cs-iib")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("csocsci/xlm-roberta-xl-binary-cs-iib")
    model = AutoModel.from_pretrained("csocsci/xlm-roberta-xl-binary-cs-iib")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-xl-binary-cs-iib
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Chi Honolulu
Update README.md
e0de6c2 almost 3 years ago
  • .gitattributes
    1.57 kB
    Upload tokenizer almost 3 years ago
  • README.md
    2.36 kB
    Update README.md almost 3 years ago
  • config.json
    804 Bytes
    Upload model almost 3 years ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.92 GB
    xet
    Upload model almost 3 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.01 GB
    xet
    Upload model almost 3 years ago
  • pytorch_model.bin.index.json
    49.7 kB
    Upload model almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer almost 3 years ago
  • special_tokens_map.json
    279 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    500 Bytes
    Upload tokenizer almost 3 years ago