Text Classification
Transformers
PyTorch
deep-learning
attention
nlp
sentiment-analysis
educational
from-scratch
Instructions to use karthik-2905/TransformersFromScratch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use karthik-2905/TransformersFromScratch with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="karthik-2905/TransformersFromScratch")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("karthik-2905/TransformersFromScratch", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K