Yasinjan99 commited on
Commit
dcac6d8
1 Parent(s): a7009b1

Training in progress, step 500

Browse files
config.json CHANGED
@@ -101,7 +101,7 @@
101
  1
102
  ],
103
  "torch_dtype": "float32",
104
- "transformers_version": "4.35.0",
105
  "use_weighted_layer_sum": false,
106
  "vocab_size": 41,
107
  "xvector_output_dim": 512,
 
101
  1
102
  ],
103
  "torch_dtype": "float32",
104
+ "transformers_version": "4.35.2",
105
  "use_weighted_layer_sum": false,
106
  "vocab_size": 41,
107
  "xvector_output_dim": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3339008fd58fe73bde79401222ea0a593742407fa52ddf9989efbceaf4c14dd3
3
- size 1261975532
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17e6025efdd76bc6a689c49fed2aca861e509a740a0ba5a4e4a97d4aa1c67f3
3
+ size 1261975580
special_tokens_map.json CHANGED
@@ -1,30 +1,6 @@
1
  {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": true,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": true,
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": true,
26
- "normalized": false,
27
- "rstrip": true,
28
- "single_word": false
29
- }
30
  }
 
1
  {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "[PAD]",
5
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:638a331d37268c437f1a91bcfd8594a66b38d8366ea7c84d2ae60cac03099e39
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c7077c678dae2ce21bb6b41d6665f6d61601fb1fbd0dc3dc0a345ecf51de6c
3
+ size 4536