tomhosking
commited on
Commit
•
8ab6094
1
Parent(s):
ead3a41
Add basic model card
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
`bert-base-uncased`, fine tuned on the debiased NLI dataset from "Generating Data to Mitigate Spurious Correlations in Natural Language Inference Datasets", Wu et al., 2022.
|
6 |
+
|
7 |
+
Tuned using the code at https://github.com/jimmycode/gen-debiased-nli
|