cooltimez82
commited on
Commit
•
c42727d
1
Parent(s):
6f75de8
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
|
5 |
license:
|
6 |
-
- mit
|
7 |
-
|
8 |
tags:
|
9 |
- BERT
|
10 |
- MNLI
|
11 |
- NLI
|
12 |
- transformer
|
13 |
- pre-training
|
14 |
-
|
|
|
|
|
15 |
---
|
16 |
|
17 |
The following model is a Pytorch pre-trained model obtained from converting Tensorflow checkpoint found in the [official Google BERT repository](https://github.com/google-research/bert).
|
@@ -59,4 +59,4 @@ Other models to check out:
|
|
59 |
|
60 |
Original Implementation and more info can be found in [this Github repository](https://github.com/prajjwal1/generalize_lm_nli).
|
61 |
|
62 |
-
Twitter: [@prajjwal_1](https://twitter.com/prajjwal_1)
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
|
|
4 |
license:
|
5 |
+
- mit
|
|
|
6 |
tags:
|
7 |
- BERT
|
8 |
- MNLI
|
9 |
- NLI
|
10 |
- transformer
|
11 |
- pre-training
|
12 |
+
datasets:
|
13 |
+
- fka/awesome-chatgpt-prompts
|
14 |
+
library_name: flair
|
15 |
---
|
16 |
|
17 |
The following model is a Pytorch pre-trained model obtained from converting Tensorflow checkpoint found in the [official Google BERT repository](https://github.com/google-research/bert).
|
|
|
59 |
|
60 |
Original Implementation and more info can be found in [this Github repository](https://github.com/prajjwal1/generalize_lm_nli).
|
61 |
|
62 |
+
Twitter: [@prajjwal_1](https://twitter.com/prajjwal_1)
|