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

abdullaharoon
/
xlm-roberta-base-urdu-sentiment

Text Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use abdullaharoon/xlm-roberta-base-urdu-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use abdullaharoon/xlm-roberta-base-urdu-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="abdullaharoon/xlm-roberta-base-urdu-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("abdullaharoon/xlm-roberta-base-urdu-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("abdullaharoon/xlm-roberta-base-urdu-sentiment", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-urdu-sentiment
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
abdullaharoon's picture
abdullaharoon
Upload tokenizer
5ada8ca verified 5 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 5 days ago
  • README.md
    1.79 kB
    Upload XLM-R Base fine-tuned on Urdu Sentiment Analysis 5 days ago
  • config.json
    971 Bytes
    Training in progress, epoch 1 5 days ago
  • model.safetensors
    1.11 GB
    xet
    Training in progress, epoch 1 5 days ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer 5 days ago
  • tokenizer_config.json
    358 Bytes
    Upload tokenizer 5 days ago
  • training_args.bin
    4.92 kB
    xet
    Training in progress, epoch 1 5 days ago