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": "Salesforce/codegen-350M-mono",
|
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.26.1",
|
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.26.1"
|
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:85b36036ea8d5828ecbe1c510372329c1579612485739755cb76cd33306edddf
|
3 |
+
size 1510796785
|