Trimux commited on
Commit
f349450
·
verified ·
1 Parent(s): b191dec

Upload 5 files

Browse files
Files changed (4) hide show
  1. config.json +2 -1
  2. model.safetensors +2 -2
  3. special_tokens_map.json +14 -2
  4. vocab.json +2 -0
config.json CHANGED
@@ -1,7 +1,8 @@
1
  {
 
2
  "activation_dropout": 0.1,
3
  "architectures": [
4
- "VitsModelForPreTraining"
5
  ],
6
  "attention_dropout": 0.1,
7
  "depth_separable_channels": 2,
 
1
  {
2
+ "_name_or_path": "model",
3
  "activation_dropout": 0.1,
4
  "architectures": [
5
+ "VitsModel"
6
  ],
7
  "attention_dropout": 0.1,
8
  "depth_separable_channels": 2,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6783f224f1d780b751431901ba1a9b088de54a06b6b17e0b01ef9dc3b8c2371
3
- size 332161480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892e8b3601debafebcdeca0724e0d2a4594dcc613e77be53e6706307f9c0c1e1
3
+ size 145232248
special_tokens_map.json CHANGED
@@ -1,4 +1,16 @@
1
  {
2
- "pad_token": "z",
3
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "pad_token": {
3
+ "content": "z",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "unk_token": {
10
+ "content": "<unk>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ }
16
  }
vocab.json CHANGED
@@ -1,7 +1,9 @@
1
  {
2
  " ": 34,
3
  "'": 18,
 
4
  "-": 21,
 
5
  "_": 20,
6
  "a": 23,
7
  "b": 29,
 
1
  {
2
  " ": 34,
3
  "'": 18,
4
+ ",": 40,
5
  "-": 21,
6
+ ".": 41,
7
  "_": 20,
8
  "a": 23,
9
  "b": 29,