kavyamanohar
commited on
Commit
·
8c77ec8
1
Parent(s):
6b24d90
Training in progress, step 800
Browse files- added_tokens.json +0 -1
- config.json +1 -1
- model.safetensors +3 -0
- runs/Nov03_10-03-17_kudsit-dgxserver/events.out.tfevents.1698986010.kudsit-dgxserver.56613.1 +3 -0
- runs/Nov03_10-03-17_kudsit-dgxserver/events.out.tfevents.1698991712.kudsit-dgxserver.56613.2 +3 -0
- runs/Nov03_11-43-11_kudsit-dgxserver/events.out.tfevents.1698992000.kudsit-dgxserver.1008365.0 +3 -0
- runs/Nov03_12-06-31_kudsit-dgxserver/events.out.tfevents.1698993394.kudsit-dgxserver.1019539.0 +3 -0
- special_tokens_map.json +28 -4
- tokenizer_config.json +0 -0
- training_args.bin +2 -2
added_tokens.json
CHANGED
@@ -1518,7 +1518,6 @@
|
|
1518 |
"<|da|>": 50285,
|
1519 |
"<|de|>": 50261,
|
1520 |
"<|el|>": 50281,
|
1521 |
-
"<|endoftext|>": 50257,
|
1522 |
"<|en|>": 50259,
|
1523 |
"<|es|>": 50262,
|
1524 |
"<|et|>": 50307,
|
|
|
1518 |
"<|da|>": 50285,
|
1519 |
"<|de|>": 50261,
|
1520 |
"<|el|>": 50281,
|
|
|
1521 |
"<|en|>": 50259,
|
1522 |
"<|es|>": 50262,
|
1523 |
"<|et|>": 50307,
|
config.json
CHANGED
@@ -145,7 +145,7 @@
|
|
145 |
50362
|
146 |
],
|
147 |
"torch_dtype": "float32",
|
148 |
-
"transformers_version": "4.35.0
|
149 |
"use_cache": false,
|
150 |
"use_weighted_layer_sum": false,
|
151 |
"vocab_size": 51865
|
|
|
145 |
50362
|
146 |
],
|
147 |
"torch_dtype": "float32",
|
148 |
+
"transformers_version": "4.35.0",
|
149 |
"use_cache": false,
|
150 |
"use_weighted_layer_sum": false,
|
151 |
"vocab_size": 51865
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63446cd76b3bffe869ba4b76d7d90d1869a05be02be25304d3ba180974dcd3d5
|
3 |
+
size 966995080
|
runs/Nov03_10-03-17_kudsit-dgxserver/events.out.tfevents.1698986010.kudsit-dgxserver.56613.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13d8ccda492a5a9605b6c3c14b54b8489420af764d2d299e45315564865e7962
|
3 |
+
size 12576
|
runs/Nov03_10-03-17_kudsit-dgxserver/events.out.tfevents.1698991712.kudsit-dgxserver.56613.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bb3d3109eb0c012ef9ff08548e3fa86cc0265d303aaf5c727922d2606db3b1d
|
3 |
+
size 5941
|
runs/Nov03_11-43-11_kudsit-dgxserver/events.out.tfevents.1698992000.kudsit-dgxserver.1008365.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:627a26d19d215ef2a44a88be34c9dcf49fbb14b3fc3f5e6302b427318a46b688
|
3 |
+
size 8848
|
runs/Nov03_12-06-31_kudsit-dgxserver/events.out.tfevents.1698993394.kudsit-dgxserver.1019539.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3d78a0cb6113c7af4661fd0cadb514de373c9e4c3a373b8580ae01c16ede783
|
3 |
+
size 12668
|
special_tokens_map.json
CHANGED
@@ -108,8 +108,32 @@
|
|
108 |
"<|nocaptions|>",
|
109 |
"<|notimestamps|>"
|
110 |
],
|
111 |
-
"bos_token":
|
112 |
-
|
113 |
-
|
114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
}
|
|
|
108 |
"<|nocaptions|>",
|
109 |
"<|notimestamps|>"
|
110 |
],
|
111 |
+
"bos_token": {
|
112 |
+
"content": "<|endoftext|>",
|
113 |
+
"lstrip": false,
|
114 |
+
"normalized": true,
|
115 |
+
"rstrip": false,
|
116 |
+
"single_word": false
|
117 |
+
},
|
118 |
+
"eos_token": {
|
119 |
+
"content": "<|endoftext|>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": true,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false
|
124 |
+
},
|
125 |
+
"pad_token": {
|
126 |
+
"content": "<|endoftext|>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false
|
131 |
+
},
|
132 |
+
"unk_token": {
|
133 |
+
"content": "<|endoftext|>",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": true,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false
|
138 |
+
}
|
139 |
}
|
tokenizer_config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.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:5fb78272ed7f3f34d2da0391a2db93c7f676b54910dc5fa818c3ff6171b87a09
|
3 |
+
size 4283
|