Upload GPTBigCodeForCausalLM
Browse files- config.json +1 -1
- generation_config.json +6 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"_name_or_path": "./model_femtostarcoder_lua/checkpoint-5798",
|
3 |
"activation_function": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_softmax_in_fp32": true,
|
8 |
"attn_pdrop": 0.1,
|
|
|
2 |
"_name_or_path": "./model_femtostarcoder_lua/checkpoint-5798",
|
3 |
"activation_function": "gelu",
|
4 |
"architectures": [
|
5 |
+
"GPTBigCodeForCausalLM"
|
6 |
],
|
7 |
"attention_softmax_in_fp32": true,
|
8 |
"attn_pdrop": 0.1,
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.31.0"
|
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:550c3e31496e8a03e638cbb598c500394548610bdee8269835dcfdf60ddb8677
|
3 |
+
size 98514069
|