Zhongchenchen commited on
Commit
858f355
·
verified ·
1 Parent(s): 4a0f933

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -20
README.md DELETED
@@ -1,20 +0,0 @@
1
- # SenseBench: A Benchmark for Remote Sensing Low-Level Visual Perception and Description in Large Vision-Language Models
2
-
3
- [![HuggingFace](https://img.shields.io/badge/HuggingFace-Dataset-orange)](https://huggingface.co/datasets/Zhongchenchen/SenseBench)
4
-
5
-
6
- ---
7
-
8
- ## 📢 Latest Updates
9
- - **05-05-2026**: We release the complete SenseBench benchmark in the [Hugging Face Dataset](https://huggingface.co/datasets/Zhongchenchen/SenseBench). 🔥🔥
10
-
11
- ---
12
-
13
- ## LLM-as-Judge Evaluation
14
- ```bash
15
- CUDA_VISIBLE_DEVICES=0,1 lmdeploy serve api_server Unbabel/M-Prometheus-7B --server-port 23333 --tp 2 --chat-template mistral
16
- ```
17
-
18
- ```bash
19
- python eval.py --models gpt --use-llm --description-llm
20
- ```