Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
·
2bf1965
1
Parent(s):
a6d38bf
Exclude files from Jekyll
Browse files- README.md +1 -1
- _config.yml +19 -0
README.md
CHANGED
|
@@ -65,7 +65,7 @@ For the ML.ENERGY Leaderboard:
|
|
| 65 |
```bibtex
|
| 66 |
@misc{ml-energy-leaderboard,
|
| 67 |
author={Jae-Won Chung and Jiachen Liu and Zhiyu Wu and Yuxuan Xia and Mosharaf Chowdhury},
|
| 68 |
-
title={
|
| 69 |
year={2023},
|
| 70 |
howpublished={\url{https://ml.energy/leaderboard}},
|
| 71 |
}
|
|
|
|
| 65 |
```bibtex
|
| 66 |
@misc{ml-energy-leaderboard,
|
| 67 |
author={Jae-Won Chung and Jiachen Liu and Zhiyu Wu and Yuxuan Xia and Mosharaf Chowdhury},
|
| 68 |
+
title={{ML.ENERGY} Leaderboard},
|
| 69 |
year={2023},
|
| 70 |
howpublished={\url{https://ml.energy/leaderboard}},
|
| 71 |
}
|
_config.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
exclude:
|
| 2 |
+
- './.git'
|
| 3 |
+
- './.github'
|
| 4 |
+
- './assets'
|
| 5 |
+
- './data'
|
| 6 |
+
- './deployment'
|
| 7 |
+
- './docs'
|
| 8 |
+
- './pegasus'
|
| 9 |
+
- './scripts'
|
| 10 |
+
- './sharegpt'
|
| 11 |
+
- './spitfight'
|
| 12 |
+
- './tests'
|
| 13 |
+
- './.gitignore'
|
| 14 |
+
- './_config.yml'
|
| 15 |
+
- './app.py'
|
| 16 |
+
- './LICENSE'
|
| 17 |
+
- './README.md'
|
| 18 |
+
- './requirements.txt'
|
| 19 |
+
- './setup.py'
|