Instructions to use krotima1/AlignScoreCS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krotima1/AlignScoreCS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="krotima1/AlignScoreCS")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("krotima1/AlignScoreCS") model = AutoModelForSequenceClassification.from_pretrained("krotima1/AlignScoreCS", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 4d3868b verified
Update README.md 33ce6d4 verified
Update README.md 5944a56 verified
Upload tokenizer 52ecdfe verified
Update README.md e7a525b verified
Update README.md 7e2ded8 verified
Update README.md 0e3b0ed verified
Update README.md 751b93b verified
Update README.md b036bee verified
Update from krotima1 d72af62
krotima1 commited on