dariofinardi commited on
Commit
3bbf02b
Β·
verified Β·
1 Parent(s): a255827

Restructure into fp16_v2/ and fp32_v2/ subfolders (required by gliner2-rs from_pretrained)

Browse files
Files changed (27) hide show
  1. .gitattributes +2 -1
  2. classifier_fp16.onnx β†’ fp16_v2/classifier_fp16.onnx +0 -0
  3. classifier_fp16_iobinding.onnx β†’ fp16_v2/classifier_fp16_iobinding.onnx +0 -0
  4. count_lstm_fixed_fp16.onnx β†’ fp16_v2/count_lstm_fixed_fp16.onnx +0 -0
  5. count_lstm_fixed_fp16_iobinding.onnx β†’ fp16_v2/count_lstm_fixed_fp16_iobinding.onnx +0 -0
  6. count_pred_argmax_fp16.onnx β†’ fp16_v2/count_pred_argmax_fp16.onnx +0 -0
  7. count_pred_argmax_fp16_iobinding.onnx β†’ fp16_v2/count_pred_argmax_fp16_iobinding.onnx +0 -0
  8. encoder_fp16.onnx β†’ fp16_v2/encoder_fp16.onnx +0 -0
  9. encoder_fp16_iobinding.onnx β†’ fp16_v2/encoder_fp16_iobinding.onnx +0 -0
  10. schema_gather_fp16.onnx β†’ fp16_v2/schema_gather_fp16.onnx +0 -0
  11. schema_gather_fp16_iobinding.onnx β†’ fp16_v2/schema_gather_fp16_iobinding.onnx +0 -0
  12. scorer_fp16.onnx β†’ fp16_v2/scorer_fp16.onnx +0 -0
  13. scorer_fp16_iobinding.onnx β†’ fp16_v2/scorer_fp16_iobinding.onnx +0 -0
  14. span_rep_fp16.onnx β†’ fp16_v2/span_rep_fp16.onnx +0 -0
  15. span_rep_fp16_iobinding.onnx β†’ fp16_v2/span_rep_fp16_iobinding.onnx +0 -0
  16. token_gather_fp16.onnx β†’ fp16_v2/token_gather_fp16.onnx +0 -0
  17. token_gather_fp16_iobinding.onnx β†’ fp16_v2/token_gather_fp16_iobinding.onnx +0 -0
  18. tokenizer.json β†’ fp16_v2/tokenizer.json +0 -0
  19. classifier_fp32.onnx β†’ fp32_v2/classifier_fp32.onnx +0 -0
  20. count_lstm_fixed_fp32.onnx β†’ fp32_v2/count_lstm_fixed_fp32.onnx +0 -0
  21. count_pred_argmax_fp32.onnx β†’ fp32_v2/count_pred_argmax_fp32.onnx +0 -0
  22. encoder_fp32.onnx β†’ fp32_v2/encoder_fp32.onnx +0 -0
  23. schema_gather_fp32.onnx β†’ fp32_v2/schema_gather_fp32.onnx +0 -0
  24. scorer_fp32.onnx β†’ fp32_v2/scorer_fp32.onnx +0 -0
  25. span_rep_fp32.onnx β†’ fp32_v2/span_rep_fp32.onnx +0 -0
  26. token_gather_fp32.onnx β†’ fp32_v2/token_gather_fp32.onnx +0 -0
  27. fp32_v2/tokenizer.json +3 -0
.gitattributes CHANGED
@@ -34,4 +34,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zip filter=lfs diff=lfs merge=lfs -text
35
  *.zst filter=lfs diff=lfs merge=lfs -text
36
  *tfevents* filter=lfs diff=lfs merge=lfs -text
37
- tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zip filter=lfs diff=lfs merge=lfs -text
35
  *.zst filter=lfs diff=lfs merge=lfs -text
36
  *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ fp16_v2/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ fp32_v2/tokenizer.json filter=lfs diff=lfs merge=lfs -text
classifier_fp16.onnx β†’ fp16_v2/classifier_fp16.onnx RENAMED
File without changes
classifier_fp16_iobinding.onnx β†’ fp16_v2/classifier_fp16_iobinding.onnx RENAMED
File without changes
count_lstm_fixed_fp16.onnx β†’ fp16_v2/count_lstm_fixed_fp16.onnx RENAMED
File without changes
count_lstm_fixed_fp16_iobinding.onnx β†’ fp16_v2/count_lstm_fixed_fp16_iobinding.onnx RENAMED
File without changes
count_pred_argmax_fp16.onnx β†’ fp16_v2/count_pred_argmax_fp16.onnx RENAMED
File without changes
count_pred_argmax_fp16_iobinding.onnx β†’ fp16_v2/count_pred_argmax_fp16_iobinding.onnx RENAMED
File without changes
encoder_fp16.onnx β†’ fp16_v2/encoder_fp16.onnx RENAMED
File without changes
encoder_fp16_iobinding.onnx β†’ fp16_v2/encoder_fp16_iobinding.onnx RENAMED
File without changes
schema_gather_fp16.onnx β†’ fp16_v2/schema_gather_fp16.onnx RENAMED
File without changes
schema_gather_fp16_iobinding.onnx β†’ fp16_v2/schema_gather_fp16_iobinding.onnx RENAMED
File without changes
scorer_fp16.onnx β†’ fp16_v2/scorer_fp16.onnx RENAMED
File without changes
scorer_fp16_iobinding.onnx β†’ fp16_v2/scorer_fp16_iobinding.onnx RENAMED
File without changes
span_rep_fp16.onnx β†’ fp16_v2/span_rep_fp16.onnx RENAMED
File without changes
span_rep_fp16_iobinding.onnx β†’ fp16_v2/span_rep_fp16_iobinding.onnx RENAMED
File without changes
token_gather_fp16.onnx β†’ fp16_v2/token_gather_fp16.onnx RENAMED
File without changes
token_gather_fp16_iobinding.onnx β†’ fp16_v2/token_gather_fp16_iobinding.onnx RENAMED
File without changes
tokenizer.json β†’ fp16_v2/tokenizer.json RENAMED
File without changes
classifier_fp32.onnx β†’ fp32_v2/classifier_fp32.onnx RENAMED
File without changes
count_lstm_fixed_fp32.onnx β†’ fp32_v2/count_lstm_fixed_fp32.onnx RENAMED
File without changes
count_pred_argmax_fp32.onnx β†’ fp32_v2/count_pred_argmax_fp32.onnx RENAMED
File without changes
encoder_fp32.onnx β†’ fp32_v2/encoder_fp32.onnx RENAMED
File without changes
schema_gather_fp32.onnx β†’ fp32_v2/schema_gather_fp32.onnx RENAMED
File without changes
scorer_fp32.onnx β†’ fp32_v2/scorer_fp32.onnx RENAMED
File without changes
span_rep_fp32.onnx β†’ fp32_v2/span_rep_fp32.onnx RENAMED
File without changes
token_gather_fp32.onnx β†’ fp32_v2/token_gather_fp32.onnx RENAMED
File without changes
fp32_v2/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6df10ec83bea993035b2dd7c39345a3d4fcf23421c2adb6cb4ffc1e6d1bc4b5
3
+ size 16020604