fasttext-jp-embedding / config.json
Taizo Kaneko
commit files to HF hub
3ba50ba
raw
history blame
No virus
375 Bytes
{
"architectures": [
"FastTextJpModel"
],
"auto_map": {
"AutoConfig": "fasttext_jp_embedding.FastTextJpConfig",
"AutoModel": "fasttext_jp_embedding.FastTextJpModel"
},
"hidden_size": 300,
"model_type": "fasttext_jp",
"tokenizer_class": "FastTextJpTokenizer",
"torch_dtype": "float32",
"transformers_version": "4.23.1",
"vocab_size": 2000000
}