Instructions to use HuggingFaceTB/python-edu-scorer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HuggingFaceTB/python-edu-scorer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HuggingFaceTB/python-edu-scorer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HuggingFaceTB/python-edu-scorer") model = AutoModelForSequenceClassification.from_pretrained("HuggingFaceTB/python-edu-scorer") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
08630c4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b672b5ef7540dbeb34cfe2d7a27c10448c4f1aed185a491f340a3cf0f78b671b
size 5048
|