OmarGamal48812 commited on
Commit
70bd798
·
verified ·
1 Parent(s): 533ef3b

Upload metrics_beam5.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics_beam5.json +11 -11
metrics_beam5.json CHANGED
@@ -1,17 +1,17 @@
1
  {
2
- "checkpoint": "models/attention_lstm.pth",
3
  "split": "test",
4
- "n_images": 1091,
5
  "method": "beam",
6
  "beam_width": 5,
7
  "max_len": 20,
8
- "rnn_type": "lstm",
9
- "BLEU-1": 0.6488,
10
- "BLEU-2": 0.4714,
11
- "BLEU-3": 0.3378,
12
- "BLEU-4": 0.2403,
13
- "METEOR": 0.427,
14
- "CIDEr": 0.6002,
15
- "ROUGE-L": 0.4788,
16
- "wall_clock_s": 21.1
17
  }
 
1
  {
2
+ "checkpoint": "models/attention_gru_glove.pth",
3
  "split": "test",
4
+ "n_images": 1873,
5
  "method": "beam",
6
  "beam_width": 5,
7
  "max_len": 20,
8
+ "rnn_type": "gru",
9
+ "BLEU-1": 0.6859,
10
+ "BLEU-2": 0.5289,
11
+ "BLEU-3": 0.4041,
12
+ "BLEU-4": 0.3093,
13
+ "METEOR": 0.4709,
14
+ "CIDEr": 0.7961,
15
+ "ROUGE-L": 0.5257,
16
+ "wall_clock_s": 50.8
17
  }