jjmcarrascosa commited on
Commit
d26b16c
1 Parent(s): 2a70f18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -12,8 +12,9 @@ model-index:
12
 
13
  # vit_tickers_binaryclf
14
 
15
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the cord dataset.
16
- It achieves the following results on the evaluation set:
 
17
  - Loss: 0.0116
18
  - F1: 0.9991
19
 
 
12
 
13
  # vit_tickers_binaryclf
14
 
15
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the cord, rvl-cdip, visual-genome and an external receipt tickers dataset, to carry out Binary Classification (`ticket` vs `no_ticket`).
16
+
17
+ It achieves the following results on the evaluation set, which contain pictures from the above datasets in scanned, photography or mobile picture formats (color and grayscale):
18
  - Loss: 0.0116
19
  - F1: 0.9991
20