Training in progress, step 1
Browse files- config.json +4 -4
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_function": "gelu_fast",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadCustomModel"
|
|
@@ -7,8 +7,8 @@
|
|
| 7 |
"attention_head_type": "multiquery",
|
| 8 |
"attn_pdrop": 0.1,
|
| 9 |
"auto_map": {
|
| 10 |
-
"AutoConfig": "
|
| 11 |
-
"AutoModelForCausalLM": "
|
| 12 |
},
|
| 13 |
"bos_token_id": 49152,
|
| 14 |
"embd_pdrop": 0.1,
|
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"summary_type": "cls_index",
|
| 32 |
"summary_use_proj": true,
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
-
"transformers_version": "4.
|
| 35 |
"use_cache": false,
|
| 36 |
"vocab_size": 49280
|
| 37 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/Users/raphaelbiojout/PycharmProjects/starcoder/santacoder-odoo-15",
|
| 3 |
"activation_function": "gelu_fast",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadCustomModel"
|
|
|
|
| 7 |
"attention_head_type": "multiquery",
|
| 8 |
"attn_pdrop": 0.1,
|
| 9 |
"auto_map": {
|
| 10 |
+
"AutoConfig": "configuration_gpt2_mq.GPT2CustomConfig",
|
| 11 |
+
"AutoModelForCausalLM": "modeling_gpt2_mq.GPT2LMHeadCustomModel"
|
| 12 |
},
|
| 13 |
"bos_token_id": 49152,
|
| 14 |
"embd_pdrop": 0.1,
|
|
|
|
| 31 |
"summary_type": "cls_index",
|
| 32 |
"summary_use_proj": true,
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
+
"transformers_version": "4.31.0",
|
| 35 |
"use_cache": false,
|
| 36 |
"vocab_size": 49280
|
| 37 |
}
|
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:c502eb92843993c8757f9ad38b5d0174779f2ab1cb4771ffcd7d6b886568f0fe
|
| 3 |
+
size 4600331598
|
training_args.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:23e81e06c6344df78495754ac1087eef91106559c0e3b939ab82667a08e66271
|
| 3 |
+
size 4344
|