huiwonLee commited on
Commit
e5d696e
1 Parent(s): 01fe1fc

Training in progress, step 1000

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
 
24
  "v_proj",
 
25
  "o_proj",
26
  "q_proj",
27
- "k_proj",
28
- "down_proj",
29
- "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "huiwonLee/translation_score_FT",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "up_proj",
25
  "v_proj",
26
+ "gate_proj",
27
  "o_proj",
28
  "q_proj",
29
+ "down_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3893e3f1ecd1cd3eb8c52a6d852ac814e54b065a54514870deaf515461610886
3
  size 57090288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e8377b1ce6c6c95b4810037ea7d2d6d5e38c9f7e6399dbadec24c6664341cc
3
  size 57090288
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": 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:a38a4517bf90b55c88ea7f154afe898a8ed95a583e16ae8c2f1c17abf4a45747
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4031ac7c1b921c9b6c4a8a02367ba60d2d17b6e9f82fc6ab96efe94682be2ab
3
  size 5432