add model
Browse files- config.json +2 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPT2LMHeadModel"
|
@@ -24,7 +25,7 @@
|
|
24 |
"summary_proj_to_labels": true,
|
25 |
"summary_type": "cls_index",
|
26 |
"summary_use_proj": true,
|
27 |
-
"torch_dtype": "
|
28 |
"transformers_version": "4.20.1",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 50000
|
|
|
1 |
{
|
2 |
+
"_name_or_path": ".",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
25 |
"summary_proj_to_labels": true,
|
26 |
"summary_type": "cls_index",
|
27 |
"summary_use_proj": true,
|
28 |
+
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.20.1",
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 50000
|
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:8c91803f1f2a0b31d90879fcfdeb2786a0d05e4995c713fd1b10f11d5c00c86c
|
3 |
+
size 6279341517
|