chrslrssn commited on
Commit
f8035c0
·
verified ·
1 Parent(s): d9f49f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ Both models share the same input/output specification:
46
  |---|---|---|---|
47
  | Input 1 | `input_ids` | (1, 512) | INT32 |
48
  | Input 2 | `attention_mask` | (1, 512) | INT32 |
49
- | Output | `score` | (1, 1) | FLOAT16 (FP32 model) or FLOAT16 (FP16 model) |
50
 
51
  The model expects standard BERT pair tokenization:
52
 
 
46
  |---|---|---|---|
47
  | Input 1 | `input_ids` | (1, 512) | INT32 |
48
  | Input 2 | `attention_mask` | (1, 512) | INT32 |
49
+ | Output | `score` | (1, 1) | FLOAT16 (FP16 model) / FLOAT32 (FP32 model) |
50
 
51
  The model expects standard BERT pair tokenization:
52