EddyGiusepe
commited on
Commit
•
fdafa3e
1
Parent(s):
6700277
Training in progress, epoch 1
Browse files- adapter_model.safetensors +1 -1
- runs/Mar14_04-52-40_98d5350ce6ea/events.out.tfevents.1710392033.98d5350ce6ea.2907.3 +3 -0
- runs/Mar14_05-02-28_98d5350ce6ea/events.out.tfevents.1710392615.98d5350ce6ea.21732.0 +3 -0
- special_tokens_map.json +1 -7
- tokenizer.json +6 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 288370456
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29755950957a29d8570b9e90313180b038aac1bea901b2af45f763a6447ba13c
|
3 |
size 288370456
|
runs/Mar14_04-52-40_98d5350ce6ea/events.out.tfevents.1710392033.98d5350ce6ea.2907.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b50058fae62894e2ad4b20add01b242192c705eefc57d9e12e97bc72656581c6
|
3 |
+
size 10990
|
runs/Mar14_05-02-28_98d5350ce6ea/events.out.tfevents.1710392615.98d5350ce6ea.21732.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d739ec8f8c822ce9f9c223d899c110d955fc4b283eb5654c2868e44367eefa98
|
3 |
+
size 91170
|
special_tokens_map.json
CHANGED
@@ -13,13 +13,7 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
17 |
-
"content": "[PAD]",
|
18 |
-
"lstrip": true,
|
19 |
-
"normalized": false,
|
20 |
-
"rstrip": true,
|
21 |
-
"single_word": false
|
22 |
-
},
|
23 |
"unk_token": {
|
24 |
"content": "<unk>",
|
25 |
"lstrip": false,
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"unk_token": {
|
18 |
"content": "<unk>",
|
19 |
"lstrip": false,
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 1024,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
tokenizer_config.json
CHANGED
@@ -57,7 +57,7 @@
|
|
57 |
"eos_token": "</s>",
|
58 |
"legacy": false,
|
59 |
"model_max_length": 1000000000000000019884624838656,
|
60 |
-
"pad_token": "
|
61 |
"padding_side": "right",
|
62 |
"sp_model_kwargs": {},
|
63 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
57 |
"eos_token": "</s>",
|
58 |
"legacy": false,
|
59 |
"model_max_length": 1000000000000000019884624838656,
|
60 |
+
"pad_token": "</s>",
|
61 |
"padding_side": "right",
|
62 |
"sp_model_kwargs": {},
|
63 |
"tokenizer_class": "LlamaTokenizer",
|
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:77181fd7a90800c7d23d412085b50f7b20ff059e3c3d7c20378ef706a9b1c1c7
|
3 |
size 4920
|