Spaces:
Runtime error
Runtime error
File size: 450 Bytes
7cb11f5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Hugging Face Dataset Configuration
# Repository to push benchmark results to (format: username/dataset-name)
HF_DATASET_REPO=whitphx/transformersjs-performance-leaderboard-results-dev
# Hugging Face API Token (required for pushing to datasets)
# Get your token from: https://huggingface.co/settings/tokens
HF_TOKEN=your_hf_token_here
# Local benchmark results directory
BENCHMARK_RESULTS_DIR=./benchmark-results
# Server configuration
PORT=7860
|