sagir567 commited on
Commit
00f754f
1 Parent(s): ddfcb2f

Initial model upload for speech emotion recognition

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -129,7 +129,7 @@
129
  1
130
  ],
131
  "torch_dtype": "float32",
132
- "transformers_version": "4.44.2",
133
  "use_weighted_layer_sum": false,
134
  "vocab_size": 32,
135
  "xvector_output_dim": 512
 
129
  1
130
  ],
131
  "torch_dtype": "float32",
132
+ "transformers_version": "4.46.2",
133
  "use_weighted_layer_sum": false,
134
  "vocab_size": 32,
135
  "xvector_output_dim": 512
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a9e6798eecf8e9da01a8b85706863c05d8ec9ae01b6aaea705716403bffd92d
3
  size 378307508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1902533ddcaae3c13468eadb24df9ffd2bcd1fe0c8391d94dde0a68cf59fee
3
  size 378307508
tokenizer_config.json CHANGED
@@ -34,7 +34,7 @@
34
  }
35
  },
36
  "bos_token": "<s>",
37
- "clean_up_tokenization_spaces": true,
38
  "do_lower_case": false,
39
  "do_normalize": true,
40
  "eos_token": "</s>",
 
34
  }
35
  },
36
  "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
  "do_lower_case": false,
39
  "do_normalize": true,
40
  "eos_token": "</s>",