BestWishYsh commited on
Commit
fb62a8e
·
verified ·
1 Parent(s): 97acbb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -36
README.md CHANGED
@@ -12,40 +12,29 @@ thumbnail: >-
12
  https://cdn-uploads.huggingface.co/production/uploads/63468720dd6d90d82ccf3450/3DHmAAzSsKWiGRYMY7bWu.jpeg
13
  ---
14
 
15
- # Start the configuration
16
-
17
- Most of the variables to change for a default leaderboard are in `src/env.py` (replace the path for your leaderboard) and `src/about.py` (for tasks).
18
-
19
- Results files should have the following format and be stored as json files:
20
- ```json
21
- {
22
- "config": {
23
- "model_dtype": "torch.float16", # or torch.bfloat16 or 8bit or 4bit
24
- "model_name": "path of the model on the hub: org/model",
25
- "model_sha": "revision on the hub",
26
- },
27
- "results": {
28
- "task_name": {
29
- "metric_name": score,
30
- },
31
- "task_name2": {
32
- "metric_name": score,
33
- }
34
- }
 
 
 
 
35
  }
36
- ```
37
-
38
- Request files are created automatically by this tool.
39
-
40
- If you encounter problem on the space, don't hesitate to restart it to remove the create eval-queue, eval-queue-bk, eval-results and eval-results-bk created folder.
41
-
42
- # Code logic for more complex edits
43
-
44
- You'll find
45
- - the main table' columns names and properties in `src/display/utils.py`
46
- - the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
47
- - teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
48
-
49
- # Paper
50
-
51
- arxiv.org/abs/2406.18522
 
12
  https://cdn-uploads.huggingface.co/production/uploads/63468720dd6d90d82ccf3450/3DHmAAzSsKWiGRYMY7bWu.jpeg
13
  ---
14
 
15
+ <div align=center>
16
+ <img src="https://github.com/PKU-YuanGroup/ChronoMagic-Bench/blob/ProjectPage/static/images/logo_bench.jpg?raw=true" width="450px">
17
+ </div>
18
+ <h2 align="center"> <a href="https://pku-yuangroup.github.io/ChronoMagic-Bench/">[NeurIPS D&B 2024 Spotlight] ChronoMagic-Bench: A Benchmark for Metamorphic Evaluation of Text-to-Time-lapse Video Generation </a></h2>
19
+
20
+ <h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h2>
21
+
22
+
23
+ ## 💡 Description
24
+ - **Repository:** [Code](https://github.com/PKU-YuanGroup/ChronoMagic-Bench), [Page](https://pku-yuangroup.github.io/ChronoMagic-Bench/), [Data](https://huggingface.co/collections/BestWishYsh/chronomagic-bench-667bea7abfe251ebedd5b8dd)
25
+ - **Paper:** [https://huggingface.co/papers/2406.18522](https://huggingface.co/papers/2406.18522)
26
+ - **Point of Contact:** [Shenghai Yuan]([email protected])
27
+
28
+ ## ✏️ Citation
29
+ If you find our paper and code useful in your research, please consider giving a star and citation.
30
+
31
+ ```BibTeX
32
+ @article{yuan2024chronomagic,
33
+ title={Chronomagic-bench: A benchmark for metamorphic evaluation of text-to-time-lapse video generation},
34
+ author={Yuan, Shenghai and Huang, Jinfa and Xu, Yongqi and Liu, Yaoyang and Zhang, Shaofeng and Shi, Yujun and Zhu, Rui-Jie and Cheng, Xinhua and Luo, Jiebo and Yuan, Li},
35
+ journal={Advances in Neural Information Processing Systems},
36
+ volume={37},
37
+ pages={21236--21270},
38
+ year={2024}
39
  }
40
+ ```