YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
language: en
license: mit
library_name: transformers
tags:
- cola
- grammatical-acceptability
- xlm-roberta
base_model: xlm-roberta-large
datasets:
- glue
metrics:
- matthews_correlation
pipeline_tag: text-classification
CoLA XLM-RoBERTa Large
XLM-RoBERTa Large fine-tuned on CoLA (Corpus of Linguistic Acceptability) for binary grammatical acceptability classification.
from transformers import AutoModelForSequenceClassification, AutoTokenizer
import torch
model = AutoModelForSequenceClassification.from_pretrained("wskal/cola-xlm-roberta-large")
tokenizer = AutoTokenizer.from_pretrained("wskal/cola-xlm-roberta-large")
model.eval()
- Downloads last month
- 4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support