--- title: Hyenadna Sm 32k Mqtl Classifier Space emoji: 📈 colorFrom: gray colorTo: yellow sdk: docker pinned: false license: creativeml-openrail-m --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference This is the log after fine-tuning for 18 hours. I ain't an expert yet. So first I'm gonna backup the log from the terminal in this readme file. ```bash huggingface-mqtl-classification-hyena-dna on  main [!] via 🐍 v3.10.12 (venv) ❯ python app.py .env file loaded successfully. The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well. Token is valid (permission: fineGrained). Your token has been saved to /home/soumic/.cache/huggingface/token Login successful Logged in to Hugging Face Hub successfully. INFO:root:api_key = '9eb6a2adfb2645afb39332d36aa7d3a80195e476' wandb: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information. wandb: Currently logged in as: fahimfarhan (notredamians). Use `wandb login --relogin` to force relogin wandb: WARNING If you're specifying your api key in code, ensure this code is not shared publicly. wandb: WARNING Consider setting the WANDB_API_KEY environment variable, or running `wandb login` from the command line. wandb: Appending key for api.wandb.ai to your netrc file: /home/soumic/.netrc Logged in to wand db successfully. INFO:accelerate.utils.modeling:We will use 90% of the memory on device 0 for storing the model, and 10% for the buffer to avoid OOM. You can set `max_memory` in to a higher value to use more memory (at your own risk). Some weights of HyenaDNAForSequenceClassification were not initialized from the model checkpoint at LongSafari/hyenadna-small-32k-seqlen-hf and are newly initialized: ['score.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. /home/soumic/Codes/mqtl-classification/venv/lib/python3.10/site-packages/transformers/training_args.py:1525: FutureWarning: `evaluation_strategy` is deprecated and will be removed in version 4.46 of 🤗 Transformers. Use `eval_strategy` instead warnings.warn( max_steps is given, it will override any value given in num_train_epochs wandb: W&B API key is configured. Use `wandb login --relogin` to force relogin wandb: Tracking run with wandb version 0.18.1 wandb: Run data is saved locally in /home/soumic/Codes/mqtl-classification/src/huggingface-mqtl-classification-hyena-dna/wandb/run-20241014_204712-09qzuf97 wandb: Run `wandb offline` to turn off syncing. wandb: Syncing run laptop_run_hyena_dna-mqtl_classification wandb: ⭐️ View project at https://wandb.ai/notredamians/huggingface wandb: 🚀 View run at https://wandb.ai/notredamians/huggingface/runs/09qzuf97 0%| | 0/20000 [00:00: Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/ ```