khmertagger / config.json
Panavath's picture
Upload folder using huggingface_hub
67ac7d1 verified
{
"model_type": "khmer_tagger",
"base_model": "FacebookAI/xlm-roberta-base",
"architecture": {
"encoder": "XLM-RoBERTa",
"lstm": {
"hidden_size": 1024,
"num_layers": 1,
"bidirectional": true
},
"num_punct_features": 5,
"num_num_features": 3
},
"tags": {
"punctuation": [
"0",
"!",
"?",
"SPACE",
"។"
],
"numbers": [
"0",
"NUMBER_B",
"NUMBER_I"
]
},
"sequence_length": 256
}