Remove faulty model.safetensors and add architectures to config.json
Browse files- config.json +3 -0
- model.safetensors +0 -3
config.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"activation_function": "gelu_new",
|
|
|
|
|
|
|
|
|
|
| 3 |
"attention_probs_dropout_prob": 0.1,
|
| 4 |
"attn_pdrop": 0.1,
|
| 5 |
"bos_token_id": 98,
|
|
|
|
| 1 |
{
|
| 2 |
"activation_function": "gelu_new",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"GPT2LMHeadModel"
|
| 5 |
+
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"attn_pdrop": 0.1,
|
| 8 |
"bos_token_id": 98,
|
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:522f4469734c745be8f3f5022a16ebd1b8f7c9a2f2544de5af38d33f8034aef3
|
| 3 |
-
size 3299816
|
|
|
|
|
|
|
|
|
|
|
|