Yova commited on
Commit
f463d16
·
1 Parent(s): b6ffdc8

Training in progress, step 400

Browse files
added_tokens.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
- "</s>": 61,
3
- "<pad>": 59,
4
- "<s>": 60,
5
- "<unk>": 62
 
6
  }
 
1
  {
2
+ "<extra_id_0>": 59,
3
+ "<extra_id_1>": 60,
4
+ "<extra_id_2>": 61,
5
+ "<extra_id_3>": 62,
6
+ "<extra_id_4>": 63
7
  }
config.json CHANGED
@@ -6,7 +6,7 @@
6
  "d_ff": 1024,
7
  "d_kv": 64,
8
  "d_model": 256,
9
- "decoder_start_token_id": 60,
10
  "dense_act_fn": "relu",
11
  "dropout_rate": 0.3,
12
  "eos_token_id": 1,
@@ -25,5 +25,5 @@
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.35.2",
27
  "use_cache": true,
28
- "vocab_size": 63
29
  }
 
6
  "d_ff": 1024,
7
  "d_kv": 64,
8
  "d_model": 256,
9
+ "decoder_start_token_id": 1,
10
  "dense_act_fn": "relu",
11
  "dropout_rate": 0.3,
12
  "eos_token_id": 1,
 
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.35.2",
27
  "use_cache": true,
28
+ "vocab_size": 64
29
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e57ebc5334252c944c690c8a3ece2589ca23da9eea4e94e7a232c0b17fa2787
3
- size 29458520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4cc95a633bd58044ff80346cbd2dca08ae6d72313331381b41bba924c9cf679
3
+ size 29459544
special_tokens_map.json CHANGED
@@ -1,4 +1,11 @@
1
  {
 
 
 
 
 
 
 
2
  "bos_token": {
3
  "content": "<s>",
4
  "lstrip": false,
 
1
  {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>"
8
+ ],
9
  "bos_token": {
10
  "content": "<s>",
11
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "59": {
4
  "content": "<pad>",
5
  "lstrip": false,
6
  "normalized": true,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": true
10
  },
11
- "60": {
12
  "content": "<s>",
13
  "lstrip": false,
14
  "normalized": true,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": true
18
  },
19
- "61": {
20
  "content": "</s>",
21
  "lstrip": false,
22
  "normalized": true,
@@ -24,16 +24,62 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "62": {
28
  "content": "<unk>",
29
  "lstrip": false,
30
  "normalized": true,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  }
35
  },
36
- "additional_special_tokens": [],
 
 
 
 
 
 
37
  "bos_token": "<s>",
38
  "clean_up_tokenization_spaces": true,
39
  "eos_token": "</s>",
 
1
  {
2
  "added_tokens_decoder": {
3
+ "0": {
4
  "content": "<pad>",
5
  "lstrip": false,
6
  "normalized": true,
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "1": {
12
  "content": "<s>",
13
  "lstrip": false,
14
  "normalized": true,
 
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "2": {
20
  "content": "</s>",
21
  "lstrip": false,
22
  "normalized": true,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
  "content": "<unk>",
29
  "lstrip": false,
30
  "normalized": true,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
+ },
35
+ "59": {
36
+ "content": "<extra_id_0>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "60": {
44
+ "content": "<extra_id_1>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "61": {
52
+ "content": "<extra_id_2>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "62": {
60
+ "content": "<extra_id_3>",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "63": {
68
+ "content": "<extra_id_4>",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
  }
75
  },
76
+ "additional_special_tokens": [
77
+ "<extra_id_0>",
78
+ "<extra_id_1>",
79
+ "<extra_id_2>",
80
+ "<extra_id_3>",
81
+ "<extra_id_4>"
82
+ ],
83
  "bos_token": "<s>",
84
  "clean_up_tokenization_spaces": true,
85
  "eos_token": "</s>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7771bc0f941c151adc2c4d888c06d4dcfed1525a00f7274058f08b04d62e32f
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615d6f45778e8106e393dbd8ee5e8b7fdcbec55c7117e809a1b702b881fd3ec5
3
  size 4728