File size: 813 Bytes
cc7d2a9 26b10c1 cc7d2a9 26b10c1 cc7d2a9 26b10c1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
library_name: transformers
license: mit
datasets:
- nyu-mll/glue
language:
- en
metrics:
- accuracy
- f1
base_model:
- google-bert/bert-base-uncased
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
Fine-tuned model based on bert-base-uncased with MRPC dataset, which is capable of indicating if two given sentences are paraphrases or not.
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** Fuzheng Zhang
- **Model type:** Encoder-Decoder based Trasformer architecture
- **Language(s):** English
- **License:** MIT
- **Finetuned from model:** bert-based-uncased |