Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
@@ -19,9 +19,9 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"dense_4h_to_h",
|
23 |
"query_key_value",
|
24 |
-
"dense",
|
25 |
"dense_h_to_4h"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
|
|
19 |
"rank_pattern": {},
|
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",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1044418808
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77c43e6ec62c27c091026fef3cb57c8fde1609f62f142183a2a2676aef31247e
|
3 |
size 1044418808
|
runs/Jan29_08-40-59_5448488f0807/events.out.tfevents.1706517720.5448488f0807.3661.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:520094101eeac3d1d2ffb4d53775fe03188eb3bce0106c727f0e69b5cb98871d
|
3 |
+
size 12070
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
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 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88b0b3b923568cb64d6b0563f7dba06f564f850231047e79529a19945ef9deb0
|
3 |
size 4792
|