Rameesha/test_cdp
Browse files- README.md +22 -22
- adapter_config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -13,9 +13,9 @@ 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
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -49,26 +49,26 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
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 the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.6184
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 3.5718 | 2.76 | 20 | 3.6184 |
|
53 |
+
| 3.5423 | 5.52 | 40 | 3.6184 |
|
54 |
+
| 3.5865 | 8.28 | 60 | 3.6184 |
|
55 |
+
| 3.562 | 11.03 | 80 | 3.6184 |
|
56 |
+
| 3.5519 | 13.79 | 100 | 3.6184 |
|
57 |
+
| 3.5689 | 16.55 | 120 | 3.6184 |
|
58 |
+
| 3.5551 | 19.31 | 140 | 3.6184 |
|
59 |
+
| 3.5397 | 22.07 | 160 | 3.6184 |
|
60 |
+
| 3.5849 | 24.83 | 180 | 3.6184 |
|
61 |
+
| 3.5773 | 27.59 | 200 | 3.6184 |
|
62 |
+
| 3.5301 | 30.34 | 220 | 3.6184 |
|
63 |
+
| 3.5603 | 33.1 | 240 | 3.6184 |
|
64 |
+
| 3.5714 | 35.86 | 260 | 3.6184 |
|
65 |
+
| 3.5642 | 38.62 | 280 | 3.6184 |
|
66 |
+
| 3.5559 | 41.38 | 300 | 3.6184 |
|
67 |
+
| 3.5775 | 44.14 | 320 | 3.6184 |
|
68 |
+
| 3.566 | 46.9 | 340 | 3.6184 |
|
69 |
+
| 3.5622 | 49.66 | 360 | 3.6184 |
|
70 |
+
| 3.5823 | 52.41 | 380 | 3.6184 |
|
71 |
+
| 3.5603 | 55.17 | 400 | 3.6184 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path":
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": null,
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0147be7d3e29377510a7af7dc836a0d8100b1d61ff50165dce733054100462c
|
3 |
size 4027
|