my-model / README.md
Edrex's picture
Update README.md
26b10c1 verified
---
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