stanfordnlp/sst2
Viewer • Updated • 70k • 27.5k • 162
How to use TeamResearch/MyRepo with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="TeamResearch/MyRepo") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("TeamResearch/MyRepo")
model = AutoModelForSequenceClassification.from_pretrained("TeamResearch/MyRepo")This model is a fine-tuned version of prajjwal1/bert-tiny on the sst2 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
prajjwal1/bert-tiny