Luispark2025 commited on
Commit
e1b49a2
1 Parent(s): 42f5a9c

luis_model

Browse files
README.md CHANGED
@@ -19,6 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
  # Luis_Park
20
 
21
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the generator dataset.
 
 
22
 
23
  ## Model description
24
 
@@ -41,8 +43,8 @@ The following hyperparameters were used during training:
41
  - train_batch_size: 1
42
  - eval_batch_size: 1
43
  - seed: 42
44
- - gradient_accumulation_steps: 25
45
- - total_train_batch_size: 25
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: cosine
48
  - num_epochs: 2
@@ -50,6 +52,10 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
19
  # Luis_Park
20
 
21
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.1467
24
 
25
  ## Model description
26
 
 
43
  - train_batch_size: 1
44
  - eval_batch_size: 1
45
  - seed: 42
46
+ - gradient_accumulation_steps: 15
47
+ - total_train_batch_size: 15
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: cosine
50
  - num_epochs: 2
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:------:|:----:|:---------------:|
57
+ | No log | 0.8955 | 4 | 1.1497 |
58
+ | 1.1263 | 1.7910 | 8 | 1.1467 |
59
 
60
 
61
  ### Framework versions
adapter_config.json CHANGED
@@ -21,9 +21,9 @@
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
24
- "v_proj",
25
  "k_proj",
26
- "o_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
 
24
  "k_proj",
25
+ "o_proj",
26
+ "v_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3964b66415083461d71aef914bf6f54bd7a75979b4270fac628ccc5ef5175e15
3
  size 218138576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6c2172d04e3bd263af8b57092464288d05e3332fd3bb2ccc4aa4c9698140bc7
3
  size 218138576
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a5fde48e5136c307e594c570c6e625840ee1180faf484e1329b2b74b05e716e
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ff2b9be92f95c47ef86e28e6c9c7ef50aa5bce1ed608c77768a9bdb0eb3c66c
3
  size 5112