Rameesha commited on
Commit
5477e62
·
1 Parent(s): 4221a38

Rameesha/OPT-IML-Spider-lamini

Browse files
Files changed (4) hide show
  1. README.md +79 -0
  2. adapter_config.json +23 -0
  3. adapter_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: facebook/opt-iml-1.3b
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: sql-OPT-IML-Spider
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # sql-OPT-IML-Spider
15
+
16
+ This model is a fine-tuned version of [facebook/opt-iml-1.3b](https://huggingface.co/facebook/opt-iml-1.3b) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.8649
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0003
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 16
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 100
46
+ - training_steps: 400
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 1.7868 | 0.41 | 20 | 1.8652 |
53
+ | 1.9033 | 0.81 | 40 | 1.8648 |
54
+ | 1.7882 | 1.22 | 60 | 1.8628 |
55
+ | 1.8042 | 1.62 | 80 | 1.8642 |
56
+ | 2.0119 | 2.03 | 100 | 1.8644 |
57
+ | 1.71 | 2.44 | 120 | 1.8647 |
58
+ | 1.8372 | 2.84 | 140 | 1.8660 |
59
+ | 1.9621 | 3.25 | 160 | 1.8660 |
60
+ | 1.7512 | 3.65 | 180 | 1.8638 |
61
+ | 1.9616 | 4.06 | 200 | 1.8638 |
62
+ | 1.8425 | 4.47 | 220 | 1.8628 |
63
+ | 1.7999 | 4.87 | 240 | 1.8637 |
64
+ | 1.9435 | 5.28 | 260 | 1.8636 |
65
+ | 1.7376 | 5.69 | 280 | 1.8657 |
66
+ | 1.8619 | 6.09 | 300 | 1.8656 |
67
+ | 1.9771 | 6.5 | 320 | 1.8651 |
68
+ | 1.7441 | 6.9 | 340 | 1.8641 |
69
+ | 1.9281 | 7.31 | 360 | 1.8639 |
70
+ | 1.8562 | 7.72 | 380 | 1.8621 |
71
+ | 1.8087 | 8.12 | 400 | 1.8649 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.33.3
77
+ - Pytorch 2.0.1+cu118
78
+ - Datasets 2.14.5
79
+ - Tokenizers 0.13.3
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "facebook/opt-iml-1.3b",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 16,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "k_proj",
19
+ "v_proj",
20
+ "o_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e1621f48d9ad8feb1d6d31050275f0aafd080c5c07153301fe2f48411f4406
3
+ size 443
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa3671e30f6d894b8515252816254190490ef99a3657ae313269b5b2d3ee2a63
3
+ size 4027