ashwin-py
commited on
Commit
•
4aad2e7
1
Parent(s):
dfe2a87
Updated model
Browse files- config.json +4 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
@@ -38,7 +38,8 @@
|
|
38 |
"max_length": 50
|
39 |
}
|
40 |
},
|
41 |
-
"
|
|
|
42 |
"use_cache": true,
|
43 |
"vocab_size": 50257
|
44 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilgpt2",
|
3 |
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
+
"GPT2LMHeadModel"
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
|
|
38 |
"max_length": 50
|
39 |
}
|
40 |
},
|
41 |
+
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.9.2",
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 50257
|
45 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b1af99a293268cb7f6dea0700cef48713163836a21231d7b6cbba2c24fa3cd4
|
3 |
+
size 333972957
|