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