Training in progress, epoch 1
Browse files- config.json +2 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_function": "gelu_new",
|
| 3 |
"architectures": [
|
| 4 |
"CodeGenForCausalLM"
|
|
@@ -35,7 +36,7 @@
|
|
| 35 |
"tie_word_embeddings": false,
|
| 36 |
"tokenizer_class": "GPT2Tokenizer",
|
| 37 |
"torch_dtype": "float32",
|
| 38 |
-
"transformers_version": "4.
|
| 39 |
"use_cache": true,
|
| 40 |
"vocab_size": 51200
|
| 41 |
}
|
|
|
|
| 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.49.0",
|
| 40 |
"use_cache": true,
|
| 41 |
"vocab_size": 51200
|
| 42 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1426867192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91411cc35fe03940e20d51409d3bac839d28708255daa2a9cd06a0da09630b5e
|
| 3 |
size 1426867192
|
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:40ba19df895480c058c2da5de50e4f54537e38f656088c03eb6ae4cdcabf8312
|
| 3 |
+
size 5304
|