End of training
Browse files- README.md +23 -23
- adapter_config.json +1 -1
- adapter_model.bin +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
-
base_model: codellama/CodeLlama-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# code-llama-text-to-sparql
|
15 |
|
16 |
-
This model is a fine-tuned version of [codellama/CodeLlama-
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -50,26 +50,26 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
base_model: codellama/CodeLlama-13b-hf
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# code-llama-text-to-sparql
|
15 |
|
16 |
+
This model is a fine-tuned version of [codellama/CodeLlama-13b-hf](https://huggingface.co/codellama/CodeLlama-13b-hf) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1870
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 1.0976 | 0.0710 | 20 | 1.0941 |
|
54 |
+
| 0.5959 | 0.1421 | 40 | 0.3399 |
|
55 |
+
| 0.3037 | 0.2131 | 60 | 0.2744 |
|
56 |
+
| 0.2385 | 0.2842 | 80 | 0.2441 |
|
57 |
+
| 0.2178 | 0.3552 | 100 | 0.2767 |
|
58 |
+
| 0.2271 | 0.4263 | 120 | 0.2303 |
|
59 |
+
| 0.2302 | 0.4973 | 140 | 0.2219 |
|
60 |
+
| 0.2433 | 0.5684 | 160 | 0.2162 |
|
61 |
+
| 0.2115 | 0.6394 | 180 | 0.2108 |
|
62 |
+
| 0.199 | 0.7105 | 200 | 0.2151 |
|
63 |
+
| 0.2117 | 0.7815 | 220 | 0.2071 |
|
64 |
+
| 0.2107 | 0.8526 | 240 | 0.2004 |
|
65 |
+
| 0.2008 | 0.9236 | 260 | 0.1990 |
|
66 |
+
| 0.2083 | 0.9947 | 280 | 0.1953 |
|
67 |
+
| 0.1905 | 1.0657 | 300 | 0.1933 |
|
68 |
+
| 0.2001 | 1.1368 | 320 | 0.1905 |
|
69 |
+
| 0.1887 | 1.2078 | 340 | 0.1905 |
|
70 |
+
| 0.1921 | 1.2789 | 360 | 0.1880 |
|
71 |
+
| 0.1837 | 1.3499 | 380 | 0.1870 |
|
72 |
+
| 0.1951 | 1.4210 | 400 | 0.1870 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"base_model_name_or_path": "codellama/CodeLlama-
|
3 |
"bias": "none",
|
4 |
"enable_lora": null,
|
5 |
"fan_in_fan_out": false,
|
|
|
1 |
{
|
2 |
+
"base_model_name_or_path": "codellama/CodeLlama-13b-hf",
|
3 |
"bias": "none",
|
4 |
"enable_lora": null,
|
5 |
"fan_in_fan_out": false,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c45481da4dbc3bf130d955da7fe7c8ac262f9f093647695c0d0d083f1573b45
|
3 |
+
size 104973834
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee61becd0124455401f98e9232ca9efe80fc5210deb6f63ad99d546146021fcf
|
3 |
size 5176
|