JonusNattapong commited on
Commit
46f1427
·
verified ·
1 Parent(s): a408e1e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. training_config.json +14 -0
training_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "corpus_path": "combined_thai_corpus.txt",
3
+ "vocab_size": 35590,
4
+ "model_type": "unigram",
5
+ "min_frequency": 2,
6
+ "max_token_length": 16,
7
+ "use_thai_pretokenizer": false,
8
+ "thai_engine": null,
9
+ "normalize_text": false,
10
+ "enable_byte_fallback": false,
11
+ "dropout": null,
12
+ "special_tokens": ["<unk>"],
13
+ "training_time": "2025-07-04 00:00:00"
14
+ }