Training in progress, step 10
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,9 +20,9 @@
|
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
"dense",
|
| 23 |
-
"dense_4h_to_h",
|
| 24 |
"query_key_value",
|
| 25 |
-
"dense_h_to_4h"
|
|
|
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM",
|
| 28 |
"use_rslora": false
|
|
|
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
"dense",
|
|
|
|
| 23 |
"query_key_value",
|
| 24 |
+
"dense_h_to_4h",
|
| 25 |
+
"dense_4h_to_h"
|
| 26 |
],
|
| 27 |
"task_type": "CAUSAL_LM",
|
| 28 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 261131840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66d81aaf6077473737af5ccb81ba704b67885bd46d7b91fbe84087cb44269ac1
|
| 3 |
size 261131840
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 1024,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc35863e8a6484995c29b9f4e88c274c714306333d602a2627e231c32eb0c459
|
| 3 |
size 4856
|