Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
gal-lardo
/
BERT-RTE-LinearClassifier
like
0
Text Classification
PyTorch
glue/rte
English
bert
glue
recognizing textual entailment
assignment
License:
mit
Model card
Files
Files and versions
xet
Community
2
refs/pr/1
BERT-RTE-LinearClassifier
/
special_tokens_map.json
gal-lardo
Upload BERT-RTE-LinearClassifier for EEE 486/586 Assignment
56ae850
verified
12 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}