Instructions to use goryodog/tokihisu-correction-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use goryodog/tokihisu-correction-models with Transformers.js:
// ⚠️ Unknown pipeline tag
File size: 398 Bytes
193763d | 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 27 28 29 | [
{
"file": "model.onnx",
"latency_ms": 4.726,
"outputs": [
{
"shape": [
1,
8
],
"dtype": "float32"
}
]
},
{
"file": "model_int8.onnx",
"latency_ms": 4.606,
"outputs": [
{
"shape": [
1,
8
],
"dtype": "float32"
}
]
}
]
|