Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
st.markdown("""
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# evals registry data for RLHF task improvement: https://github.com/openai/evals/tree/0e6b55576f0ff4a2a48dec1d7e4ae1e7c6cb8d61/evals/registry/data
|
6 |
|
7 |
# Thank you for contributing an eval! ♥️
|
|
|
1 |
import streamlit as st
|
|
|
2 |
st.markdown("""
|
3 |
|
4 |
+
1. Evals Documentation: https://github.com/AaronCWacker/evals/tree/main/docs
|
5 |
+
2. Evals Evals: https://github.com/AaronCWacker/evals/tree/main/evals
|
6 |
+
3. Evals Examples: https://github.com/AaronCWacker/evals/tree/main/examples
|
7 |
+
4. Evals Scripts: https://github.com/AaronCWacker/evals/tree/main/scripts
|
8 |
+
|
9 |
+
|
10 |
# evals registry data for RLHF task improvement: https://github.com/openai/evals/tree/0e6b55576f0ff4a2a48dec1d7e4ae1e7c6cb8d61/evals/registry/data
|
11 |
|
12 |
# Thank you for contributing an eval! ♥️
|