Instructions to use SaurabhSharma220/bert-finetuned-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SaurabhSharma220/bert-finetuned-imdb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SaurabhSharma220/bert-finetuned-imdb")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SaurabhSharma220/bert-finetuned-imdb") model = AutoModelForSequenceClassification.from_pretrained("SaurabhSharma220/bert-finetuned-imdb", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8659e851b35d187a0a0627b6e679f29b39435333135f408743d844bd17d19072
- Size of remote file:
- 438 MB
- SHA256:
- 9070713c3721c36e6ad716d33da14340ad491ee9a3f60c51ab7dc63ed3e8ab3e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.