chathuranga-jayanath
commited on
End of training
Browse files- README.md +6 -6
- added_tokens.json +4 -0
- config.json +1 -1
- model.safetensors +2 -2
- runs/Jan27_10-09-01_93c475004482/events.out.tfevents.1706350142.93c475004482.26652.0 +3 -0
- tokenizer.json +18 -0
- tokenizer_config.json +16 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Bleu Score: 0.
|
20 |
-
- Gen Len: 13.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Gen Len |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:-------:|
|
52 |
-
| No log | 1.0 | 20 | 1.
|
53 |
-
| No log | 2.0 | 40 | 1.
|
54 |
-
| No log | 3.0 | 60 | 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7389
|
19 |
+
- Bleu Score: 0.0638
|
20 |
+
- Gen Len: 13.4595
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Gen Len |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:-------:|
|
52 |
+
| No log | 1.0 | 20 | 1.7607 | 0.0633 | 13.3514 |
|
53 |
+
| No log | 2.0 | 40 | 1.0844 | 0.0597 | 14.1081 |
|
54 |
+
| No log | 3.0 | 60 | 0.7389 | 0.0638 | 13.4595 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[BUG]": 32100,
|
3 |
+
"[CONTEXT]": 32101
|
4 |
+
}
|
config.json
CHANGED
@@ -65,5 +65,5 @@
|
|
65 |
"torch_dtype": "float32",
|
66 |
"transformers_version": "4.38.0.dev0",
|
67 |
"use_cache": true,
|
68 |
-
"vocab_size":
|
69 |
}
|
|
|
65 |
"torch_dtype": "float32",
|
66 |
"transformers_version": "4.38.0.dev0",
|
67 |
"use_cache": true,
|
68 |
+
"vocab_size": 32102
|
69 |
}
|
model.safetensors
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:bb40db33c98cdf08c3b92375ce0ff17e7efd6ec7a43e8bebf31bc6dd29f547d2
|
3 |
+
size 241988648
|
runs/Jan27_10-09-01_93c475004482/events.out.tfevents.1706350142.93c475004482.26652.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28141e092cd093015c5274b835005c384d4fe418ae247272fdb6a7615e9d5c8e
|
3 |
+
size 7018
|
tokenizer.json
CHANGED
@@ -952,6 +952,24 @@
|
|
952 |
"rstrip": false,
|
953 |
"normalized": true,
|
954 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
955 |
}
|
956 |
],
|
957 |
"normalizer": null,
|
|
|
952 |
"rstrip": false,
|
953 |
"normalized": true,
|
954 |
"special": true
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"id": 32100,
|
958 |
+
"content": "[BUG]",
|
959 |
+
"single_word": false,
|
960 |
+
"lstrip": false,
|
961 |
+
"rstrip": false,
|
962 |
+
"normalized": true,
|
963 |
+
"special": false
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"id": 32101,
|
967 |
+
"content": "[CONTEXT]",
|
968 |
+
"single_word": false,
|
969 |
+
"lstrip": false,
|
970 |
+
"rstrip": false,
|
971 |
+
"normalized": true,
|
972 |
+
"special": false
|
973 |
}
|
974 |
],
|
975 |
"normalizer": null,
|
tokenizer_config.json
CHANGED
@@ -840,6 +840,22 @@
|
|
840 |
"rstrip": false,
|
841 |
"single_word": false,
|
842 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
}
|
844 |
},
|
845 |
"additional_special_tokens": [
|
|
|
840 |
"rstrip": false,
|
841 |
"single_word": false,
|
842 |
"special": true
|
843 |
+
},
|
844 |
+
"32100": {
|
845 |
+
"content": "[BUG]",
|
846 |
+
"lstrip": false,
|
847 |
+
"normalized": true,
|
848 |
+
"rstrip": false,
|
849 |
+
"single_word": false,
|
850 |
+
"special": false
|
851 |
+
},
|
852 |
+
"32101": {
|
853 |
+
"content": "[CONTEXT]",
|
854 |
+
"lstrip": false,
|
855 |
+
"normalized": true,
|
856 |
+
"rstrip": false,
|
857 |
+
"single_word": false,
|
858 |
+
"special": false
|
859 |
}
|
860 |
},
|
861 |
"additional_special_tokens": [
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a0845d8e0925a9f4c8292255a504fb0dfbc480c5cd2e1f58c1549b8347783bd
|
3 |
size 4920
|