File size: 446 Bytes
1c7044c 1006670 1c7044c 8cfe6b2 1c7044c 140c29e 1006670 9664008 90328f3 fe1a4ae 1006670 e0e66f5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"_name_or_path": "Maslionok/pipeline1",
"architectures": [
"Pipeline_One"
],
"model_type": "bert",
"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": ["DummyModel"],
"tf": []
}
}
}
|