File size: 467 Bytes
1c7044c adcc6f3 1c7044c 50da3f6 1c7044c 366fe79 14eab5c 1c7044c d978013 1c7044c d978013 1c7044c d978013 079c2d6 fb478d0 2f68a49 d978013 75b49d6 |
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 |
{
"_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": "AutoModelForSequenceClassification",
"tf": []
}
}
} |