nyu-mll/glue
Viewer • Updated • 1.49M • 476k • 498
How to use jysh1023/tiny-bert-sst2-distilled_qat with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="jysh1023/tiny-bert-sst2-distilled_qat") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("jysh1023/tiny-bert-sst2-distilled_qat")
model = AutoModelForSequenceClassification.from_pretrained("jysh1023/tiny-bert-sst2-distilled_qat")This model is a fine-tuned version of jysh1023/tiny-bert-sst2-distilled_qat_test on the glue dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Unable to build the model tree, the base model loops to the model itself. Learn more.