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

  • Log In
  • Sign Up

sadanyh
/
Dialect-MSA-detection

Text Classification
Transformers
PyTorch
English
xlm-roberta
Model card Files Files and versions
xet
Community
1

Instructions to use sadanyh/Dialect-MSA-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sadanyh/Dialect-MSA-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sadanyh/Dialect-MSA-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sadanyh/Dialect-MSA-detection")
    model = AutoModelForSequenceClassification.from_pretrained("sadanyh/Dialect-MSA-detection")
  • Notebooks
  • Google Colab
  • Kaggle
Dialect-MSA-detection
1.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
sadanyh's picture
sadanyh
Update README.md
cf85362 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    2.39 kB
    Update README.md over 3 years ago
  • config.json
    624 Bytes
    Update config.json over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.11 GB
    xet
    Upload pytorch_model.bin with huggingface_hub over 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload sentencepiece.bpe.model with huggingface_hub over 3 years ago
  • special_tokens_map.json
    150 Bytes
    Upload special_tokens_map.json with huggingface_hub over 3 years ago
  • tokenizer_config.json
    48 Bytes
    Upload tokenizer_config.json with huggingface_hub over 3 years ago