Upload CodeGenForCausalLM
Browse files- config.json +2 -2
- generation_config.json +1 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"CodeGenForCausalLM"
|
@@ -36,7 +36,7 @@
|
|
36 |
"tie_word_embeddings": false,
|
37 |
"tokenizer_class": "GPT2Tokenizer",
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 51200
|
42 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "out",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"CodeGenForCausalLM"
|
|
|
36 |
"tie_word_embeddings": false,
|
37 |
"tokenizer_class": "GPT2Tokenizer",
|
38 |
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.27.0.dev0",
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 51200
|
42 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 50256,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.27.0.dev0"
|
6 |
}
|
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:9bea80d6059a54b7c2aab2faf1a85b8b3a039268711d20688f9714875c36a1ce
|
3 |
+
size 1510794225
|