nyu-mll/glue
Viewer • Updated • 1.49M • 472k • 504
How to use gchhablani/fnet-large-finetuned-cola-copy4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gchhablani/fnet-large-finetuned-cola-copy4") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gchhablani/fnet-large-finetuned-cola-copy4")
model = AutoModelForSequenceClassification.from_pretrained("gchhablani/fnet-large-finetuned-cola-copy4")This model is a fine-tuned version of google/fnet-large on the GLUE COLA 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:
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|---|---|---|---|---|
| 0.6345 | 1.0 | 2138 | 0.6611 | 0.0 |
| 0.6359 | 2.0 | 4276 | 0.6840 | 0.0 |
| 0.6331 | 3.0 | 6414 | 0.6500 | 0.0 |