ONNX
File size: 258 Bytes
51021d7
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
name: dpt-1
format: onnx
model: model.onnx
runtime: onnxruntime
input:
  name: input_ids
  shape: [1, -1]
  dtype: int64
output:
  name: logits
  shape: [1, -1, 16000]   # vocab size’a göre düzenle (senin tokenizer vocab büyüklüğü)
  dtype: float32