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

  • Log In
  • Sign Up

Sakil
/
IMDB_URDUSENTIMENT_MODEL

Text Classification
Transformers
PyTorch
Safetensors
English
distilbert
text Classification
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Sakil/IMDB_URDUSENTIMENT_MODEL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sakil/IMDB_URDUSENTIMENT_MODEL")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sakil/IMDB_URDUSENTIMENT_MODEL")
    model = AutoModelForSequenceClassification.from_pretrained("Sakil/IMDB_URDUSENTIMENT_MODEL")
  • Notebooks
  • Google Colab
  • Kaggle
IMDB_URDUSENTIMENT_MODEL
537 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
Sakil's picture
Sakil
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
0d700d0 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    322 Bytes
    Update README.md over 4 years ago
  • config.json
    615 Bytes
    Upload config.json over 4 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    268 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer.json over 4 years ago
  • tokenizer_config.json
    333 Bytes
    Upload tokenizer_config.json over 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt over 4 years ago