chathuranga-jayanath
commited on
Commit
•
15d69f2
1
Parent(s):
c557471
Training in progress, step 500
Browse files- added_tokens.json +2 -1
- config.json +1 -1
- model.safetensors +2 -2
- runs/Feb05_11-30-44_285a5b74e6b2/events.out.tfevents.1707132646.285a5b74e6b2.346.0 +3 -0
- tokenizer.json +9 -0
- tokenizer_config.json +8 -0
- training_args.bin +1 -1
added_tokens.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"[BUG]": 32100,
|
3 |
"[CONTEXT]": 32101,
|
4 |
-
"[Delete]":
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"[BUG]": 32100,
|
3 |
"[CONTEXT]": 32101,
|
4 |
+
"[Delete]": 32103,
|
5 |
+
"[METHOD]": 32102
|
6 |
}
|
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": 32104
|
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:c09975a59d469172d488fe3a26219ce88b8ce24eaf81ed8944b4955c06c56797
|
3 |
+
size 241992744
|
runs/Feb05_11-30-44_285a5b74e6b2/events.out.tfevents.1707132646.285a5b74e6b2.346.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1077388aa20bb212f55e830704d4ecd62399decad8bf052f9c366d4536c2bb75
|
3 |
+
size 6099
|
tokenizer.json
CHANGED
@@ -973,6 +973,15 @@
|
|
973 |
},
|
974 |
{
|
975 |
"id": 32102,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
976 |
"content": "[Delete]",
|
977 |
"single_word": false,
|
978 |
"lstrip": false,
|
|
|
973 |
},
|
974 |
{
|
975 |
"id": 32102,
|
976 |
+
"content": "[METHOD]",
|
977 |
+
"single_word": false,
|
978 |
+
"lstrip": false,
|
979 |
+
"rstrip": false,
|
980 |
+
"normalized": true,
|
981 |
+
"special": false
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"id": 32103,
|
985 |
"content": "[Delete]",
|
986 |
"single_word": false,
|
987 |
"lstrip": false,
|
tokenizer_config.json
CHANGED
@@ -858,6 +858,14 @@
|
|
858 |
"special": false
|
859 |
},
|
860 |
"32102": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
861 |
"content": "[Delete]",
|
862 |
"lstrip": false,
|
863 |
"normalized": true,
|
|
|
858 |
"special": false
|
859 |
},
|
860 |
"32102": {
|
861 |
+
"content": "[METHOD]",
|
862 |
+
"lstrip": false,
|
863 |
+
"normalized": true,
|
864 |
+
"rstrip": false,
|
865 |
+
"single_word": false,
|
866 |
+
"special": false
|
867 |
+
},
|
868 |
+
"32103": {
|
869 |
"content": "[Delete]",
|
870 |
"lstrip": false,
|
871 |
"normalized": true,
|
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:9589b53c4c265cd53a9e3a429eb89584c1e05d6ca7e9e0ecafeea7eb80010920
|
3 |
size 4920
|