saridormi's picture
fix the app
1060d5d
raw
history blame contribute delete
427 Bytes
#HF_TOKEN=??? <-- also set this secret in HF space
HF_INPUT_DATASET="JetBrains-Research/lca-results"
HF_INPUT_DATASET_PATH="commit_message_generation/predictions/o1-preview-2024-09-12/predictions.jsonl"
HF_INPUT_DATASET_ID_COLUMN="hash"
HF_INPUT_DATASET_COLUMN_A="reference"
HF_INPUT_DATASET_COLUMN_B="prediction"
#HF_INPUT_DATASET_URL_COLUMN="hash" <-- optional
HF_OUTPUT_DATASET="saridormi/labels"
HF_OUTPUT_DATASET_DIR="cmg"