lixuejing
commited on
Commit
·
51a4e35
1
Parent(s):
68dc73c
update
Browse files- src/about.py +4 -1
src/about.py
CHANGED
@@ -103,7 +103,10 @@ Side note on the baseline scores:
|
|
103 |
"""
|
104 |
|
105 |
EVALUATION_QUEUE_TEXT = """
|
106 |
-
##
|
|
|
|
|
|
|
107 |
|
108 |
### 1) Make sure you can load your model and tokenizer using AutoClasses:
|
109 |
```python
|
|
|
103 |
"""
|
104 |
|
105 |
EVALUATION_QUEUE_TEXT = """
|
106 |
+
## Evaluation Queue for the FlagEval VLM Leaderboard
|
107 |
+
Models added here will be automatically evaluated on the FlagEval cluster.
|
108 |
+
|
109 |
+
Currently, we provide two methods for model evaluation, including API calling and private deployment. If you choose to evaluate via API calling, you need to provide the model's interface, name, and corresponding API KEY.
|
110 |
|
111 |
### 1) Make sure you can load your model and tokenizer using AutoClasses:
|
112 |
```python
|