Commit
·
589b81c
1
Parent(s):
3c91b0e
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
---
|
2 |
datasets:
|
3 |
- esnli
|
|
|
|
|
|
|
4 |
---
|
5 |
# Model Card for Model ID
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
-
This
|
10 |
-
|
11 |
## Model Details
|
12 |
|
13 |
### Model Description
|
@@ -195,6 +197,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
195 |
|
196 |
## Model Card Contact
|
197 |
|
198 |
-
[More Information Needed]
|
199 |
-
|
200 |
-
|
|
|
1 |
---
|
2 |
datasets:
|
3 |
- esnli
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
# Model Card for Model ID
|
9 |
|
10 |
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
|
12 |
+
This is a fine-tuned version of [backpack-gpt2](https://huggingface.co/stanfordnlp/backpack-gpt2) with a NLI classification head on the [esnli](https://huggingface.co/datasets/esnli) dataset.
|
|
|
13 |
## Model Details
|
14 |
|
15 |
### Model Description
|
|
|
197 |
|
198 |
## Model Card Contact
|
199 |
|
200 |
+
[More Information Needed]
|
|
|
|