RayBernard commited on
Commit
1f89ad8
1 Parent(s): 46ca30d

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -20,9 +20,9 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "output_proj",
24
- "v_proj",
25
- "q_proj"
26
  ],
27
  "task_type": "CAUSAL_LM",
28
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
  "output_proj",
25
+ "v_proj"
 
26
  ],
27
  "task_type": "CAUSAL_LM",
28
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:94ce841291c5ed0af7f2ae7a8eaf59b9a4f15262624e5a8f3469e86e1d9e2394
3
  size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6271dd91d7522e66e8504be55f08d8e3d36b8181026ed2a46390817257f31fc5
3
  size 109069176
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
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:795a3c599fed95083fe3e777bd2293656e105cc8b2e5e016fecc8fd0646bad14
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af9c56708aa79bf9150c72601b757f212ed15c271008d03d7534f48d78245f3
3
  size 5368