Training in progress, step 200
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_pytorch_tanh",
|
4 |
"architectures": [
|
5 |
"GPTBigCodeForCausalLM"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "crpaulsen/WizardCoder-1B-V1.0-finetuned",
|
3 |
"activation_function": "gelu_pytorch_tanh",
|
4 |
"architectures": [
|
5 |
"GPTBigCodeForCausalLM"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4548933266
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5655e1381749f4e7e901477f73eed883848f731b627f664e25a291c2c275796c
|
3 |
size 4548933266
|
tokenizer.json
CHANGED
@@ -180,8 +180,8 @@
|
|
180 |
"single_word": false,
|
181 |
"lstrip": false,
|
182 |
"rstrip": false,
|
183 |
-
"normalized":
|
184 |
-
"special":
|
185 |
}
|
186 |
],
|
187 |
"normalizer": null,
|
|
|
180 |
"single_word": false,
|
181 |
"lstrip": false,
|
182 |
"rstrip": false,
|
183 |
+
"normalized": true,
|
184 |
+
"special": false
|
185 |
}
|
186 |
],
|
187 |
"normalizer": null,
|