MINGYISU commited on
Commit
29ea595
·
verified ·
1 Parent(s): 64dcfc0

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +5 -4
utils.py CHANGED
@@ -63,10 +63,11 @@ SUBMIT_INTRODUCTION = """# Submit on MMEB Leaderboard Introduction
63
  ```json
64
  {
65
  "metadata": {
66
- "Model": "<Model Name>",
67
- "URL": "<Model URL>" or null,
68
- "Model Size(B)": 1000 or null,
69
- "Data Source": "Self-Reported",
 
70
  },
71
  "metrics": {
72
  "image": {
 
63
  ```json
64
  {
65
  "metadata": {
66
+ "model_name": "<Model Name>",
67
+ "url": "<Model URL>" or null,
68
+ "model_size": <Model Size> or null,
69
+ "data_source": "Self-Reported",
70
+ ... ...
71
  },
72
  "metrics": {
73
  "image": {