Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,10 @@
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- exbert
|
5 |
-
|
6 |
license: mit
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# This is a specialized version of the GPT-2 repository, exclusively featuring the safetensor variant.
|
@@ -165,4 +167,4 @@ The model achieves the following results without any fine-tuning (zero-shot):
|
|
165 |
|
166 |
<a href="https://huggingface.co/exbert/?model=gpt2">
|
167 |
<img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
|
168 |
-
</a>
|
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- exbert
|
|
|
5 |
license: mit
|
6 |
+
base_model:
|
7 |
+
- openai-community/gpt2
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
|
11 |
# This is a specialized version of the GPT-2 repository, exclusively featuring the safetensor variant.
|
|
|
167 |
|
168 |
<a href="https://huggingface.co/exbert/?model=gpt2">
|
169 |
<img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
|
170 |
+
</a>
|