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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9b494d1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2592b370d23be03f85e5251999164d189724be2c6507ad85b7ab5445920f18f6
size 498674866
|