File size: 1,046 Bytes
53c0714 baaa8ed 53c0714 4a3a22a 53c0714 baaa8ed 53c0714 d60d802 53c0714 d60d802 53c0714 4a3a22a 53c0714 bf907f1 53c0714 |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
base_model: distilbert/distilbert-base-uncased
datasets:
- nyu-mll/multi_nli
language: en
library_name: transformers
license: apache-2.0
metrics:
- accuracy
pipeline_tag: sentence-similarity
datasets_description:
- MNLI
model-index:
- name: distilbert-mnli
results:
- task:
type: natural-language-inference
dataset:
name: nyu-mll/multi_nli
type: nli
split: validation_matched
metrics:
- type: accuracy
value: 0.8203
---
# Model Card for distilbert-mnli
<!-- 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 `nyu-mll/multi_nli` 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.
|