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

  • Log In
  • Sign Up

AyoubChLin
/
bert-imdb

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

Instructions to use AyoubChLin/bert-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AyoubChLin/bert-imdb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AyoubChLin/bert-imdb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AyoubChLin/bert-imdb")
    model = AutoModelForSequenceClassification.from_pretrained("AyoubChLin/bert-imdb")
  • Notebooks
  • Google Colab
  • Kaggle
bert-imdb
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
AyoubChLin's picture
AyoubChLin
Update README.md
ee3e177 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    113 Bytes
    Update README.md over 2 years ago
  • config.json
    790 Bytes
    Upload BertForSequenceClassification over 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    712 kB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload tokenizer over 2 years ago
  • vocab.txt
    232 kB
    Upload tokenizer over 2 years ago