add model
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -38,7 +38,7 @@
|
|
38 |
}
|
39 |
},
|
40 |
"torch_dtype": "float32",
|
41 |
-
"transformers_version": "4.
|
42 |
"use_cache": true,
|
43 |
"vocab_size": 50257
|
44 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./output-small",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
38 |
}
|
39 |
},
|
40 |
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.20.1",
|
42 |
"use_cache": true,
|
43 |
"vocab_size": 50257
|
44 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 510394089
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ffca3d8bb9f5f20325f8e81fe2c86bbc367b5017ca19323f2194490e3433aff
|
3 |
size 510394089
|