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