distilbert-snli / README.md
kweinmeister's picture
Update README.md
8d35335 verified
---
base_model: distilbert/distilbert-base-uncased
datasets:
- stanford-nlp/snli
language: en
library_name: transformers
license: apache-2.0
metrics:
- accuracy
pipeline_tag: sentence-similarity
datasets_description:
- SNLI
model-index:
- name: distilbert-snli
results:
- task:
type: natural-language-inference
dataset:
name: stanford-nlp/snli
type: nli
metrics:
- type: accuracy
value: 0.8979
---
# Model Card for distilbert-snli
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
A fine-tuned version of `distilbert/distilbert-base-uncased` using the `stanford-nlp/snli` dataset.
- **Developed by:** Karl Weinmeister
- **Language(s) (NLP):** en
- **License:** apache-2.0
- **Finetuned from model [optional]:** distilbert/distilbert-base-uncased
#### Training Hyperparameters
- **Training regime:** The model was trained for 5 epochs with batch size 128.