Spaces:
Sleeping
Sleeping
File size: 568 Bytes
e55642f a17f75b e55642f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
SUBMISSION = """For the results report, please send the results to <strong>ytangch@connect.ust.hk</strong><br><br>
The experimental results should be a .zip file containing the test metrics and experimental records (such as the retrieved chunks and LLM QA process records).<br>
<strong>Required Record:</strong>
* readme.md
```
1. Framework
1. Chat Model
2. Base Model
3. Chunk Size (if no chunk, please fill with none)
4. MRR@10,Hit@10,Accuracy
```
* addition support
```
5. Retrieved Record For Each Query (in .json)
6. QA Record For Each Query (in .json)
```
""" |