sbrzz commited on
Commit
f736b3d
1 Parent(s): fde8dd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -10,6 +10,13 @@ pipeline_tag: visual-question-answering
10
 
11
  Pretrain stage only, 4630 epochs
12
 
 
 
 
 
 
 
 
13
  [MMMU](https://tinyllava-factory.readthedocs.io/en/latest/Evaluation.html#mmmu)
14
 
15
  | Category | # Samples | Accuracy |
 
10
 
11
  Pretrain stage only, 4630 epochs
12
 
13
+ | Category | # Samples | TP | FP | TN | FN | Accuracy | Precision | Recall | F1 Score | Yes Ratio |
14
+ |-----------------|---------------|--------|--------|--------|--------|--------------|---------------|------------|--------------|---------------|
15
+ | Adversarial | 3000 | 1312 | 1250 | 250 | 188 | 0.521 | 0.512 | 0.875 | 0.646 | 0.854 |
16
+ | Popular | 3000 | 1312 | 1236 | 264 | 188 | 0.525 | 0.515 | 0.875 | 0.648 | 0.849 |
17
+ | Random | 2910 | 1312 | 1185 | 225 | 188 | 0.528 | 0.525 | 0.875 | 0.656 | 0.858 |
18
+
19
+
20
  [MMMU](https://tinyllava-factory.readthedocs.io/en/latest/Evaluation.html#mmmu)
21
 
22
  | Category | # Samples | Accuracy |