Spaces:
Running
Running
cleanup readme
Browse files
README.md
CHANGED
|
@@ -34,22 +34,7 @@ The application fetches data from the [leaderboard-explorer/leaderboard_explorer
|
|
| 34 |
### Environment Variables
|
| 35 |
|
| 36 |
Create a `.env` file in the server directory with the following variables:
|
| 37 |
-
|
| 38 |
-
```bash
|
| 39 |
-
# Hugging Face API token (required)
|
| 40 |
-
HF_TOKEN=your_token_here
|
| 41 |
-
|
| 42 |
-
# Hugging Face dataset repository ID
|
| 43 |
-
HF_REPO_ID=OpenEvals/find-a-leaderboard
|
| 44 |
-
|
| 45 |
-
# Server configuration
|
| 46 |
-
API_HOST=0.0.0.0
|
| 47 |
-
API_PORT=3002
|
| 48 |
-
```
|
| 49 |
-
|
| 50 |
-
The `HUGGING_FACE_HUB_TOKEN` is required to access private datasets on Hugging Face. You can get your token from your [Hugging Face account settings](https://huggingface.co/settings/tokens).
|
| 51 |
-
|
| 52 |
-
The `HUGGING_FACE_REPO_ID` specifies which dataset repository to use. By default, it points to the main leaderboard explorer dataset.
|
| 53 |
|
| 54 |
## Local Development
|
| 55 |
|
|
|
|
| 34 |
### Environment Variables
|
| 35 |
|
| 36 |
Create a `.env` file in the server directory with the following variables:
|
| 37 |
+
Refer to the `.env.example` file for the required environment variables and their descriptions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
## Local Development
|
| 40 |
|