Upload model
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/drive/MyDrive/CIS6930_NLP_Group_Project/Final Code Files/GPT2/checkpoint-
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -35,5 +35,5 @@
|
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.27.3",
|
37 |
"use_cache": true,
|
38 |
-
"vocab_size":
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/CIS6930_NLP_Group_Project/Final Code Files/GPT2/checkpoint-16000",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.27.3",
|
37 |
"use_cache": true,
|
38 |
+
"vocab_size": 50260
|
39 |
}
|
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:1e4ce5cb3bd4817ae3e39feb9de759d6da1a778f4191f6d7c43998bd96fa2186
|
3 |
+
size 510404797
|