File size: 944 Bytes
e0ba21a |
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 |
---
base_model: distilbert/distilbert-base-uncased
datasets:
- facebook/anli
language: en
library_name: transformers
license: apache-2.0
pipeline_tag: sentence-similarity
datasets_description:
- ANLI
model-index:
- name: distilbert-anli
results:
- task:
type: natural-language-inference
dataset:
name: facebook/anli
type: nli
metrics: []
---
# Model Card for distilbert-anli
<!-- 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 `facebook/anli` 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.
|