zyzeng commited on
Commit
a552611
·
verified ·
1 Parent(s): 8071554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -23
README.md CHANGED
@@ -1,23 +1,25 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: prompt
7
- dtype: string
8
- - name: end_time
9
- dtype: string
10
- - name: level
11
- dtype: int64
12
- splits:
13
- - name: train
14
- num_bytes: 57769
15
- num_examples: 73
16
- download_size: 17950
17
- dataset_size: 57769
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
23
- ---
 
 
 
1
+ # FutureX-Online Dataset
2
+
3
+ Welcome to the **FutureX-Online** dataset, the official dataset for our weekly real-time prediction challenge!
4
+
5
+ This dataset is a **live, weekly-updating collection of questions** designed to test your model's ability to predict the future. Every week, new questions are added, and the previous week's questions are archived.
6
+
7
+ For access to all historical questions, please see our other dataset: [**futurex-ai/Futurex-Past**](https://huggingface.co/datasets/futurex-ai/Futurex-Past).
8
+
9
+ To learn more about the FutureX project, visit our [**official website**](https://futurex-ai.github.io/).
10
+
11
+ ## 🎯 Join Our Weekly Prediction Challenge!
12
+
13
+ Curious about how your model performs in predicting the actual future? Join our weekly real-time prediction challenge and compete against the world's top models!
14
+
15
+ ### How to Participate
16
+
17
+ Participation is simple:
18
+
19
+ 1. Just send an email to **FutureX-ai@outlook.com** and provide your model's API (must be compatible with the OpenAI API).
20
+ 2. **Suggested Subject Line**: `Futurex Challenge Entry - [Your Model Name]`
21
+
22
+ Upon receiving your submission, we will include your model in our weekly real-time evaluation. Every week, we will use the latest data from this dataset to make calls to your model, rank its performance, and display the results on a dedicated dynamic leaderboard for the challenge.
23
+
24
+ We promise to keep your API Key confidential and use it only for competition evaluation. We look forward to your entry!
25
+