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