pipeline1 / config.json
Gleb Vinarskis
test
c93084f
raw
history blame
443 Bytes
{
"_name_or_path": "Maslionok/pipeline1",
"architectures": [
"Pipeline_One"
],
"model_type": "qwen2",
"num_labels": 3,
"id2label": {
"0": "English",
"1": "German",
"2": "French"
},
"label2id": {
"English": 0,
"German": 1,
"French": 2
},
"custom_pipelines": {
"language-detection": {
"impl": "impresso_langident_wrapper.Pipeline_One",
"pt": "AutoModel",
"tf": []
}
}
}