You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate:
lm_model: "gpt-4o-mini"
input_length: 32
output_length: 32
num_of_examples: 0 #no need for for training
# concept_path: "<your local csv file path>"
concept_path: "axbench/data/output/output_gemma_2b_layer_0_data.json" #change to Mor Geva's concepts (but only 40)
max_concepts: 10
master_data_dir: "axbench/data"
seed: 42
#metadata.jsonl
train:
model_name: "google/gemma-2-2b"
layer: 0
component: "res"
seed: 42
use_bf16: true
cmd:
`#!/bin/bash
#Check if nvidia-smi command exists
if ! command -v nvidia-smi &> /dev/null; then
echo "nvidia-smi could not be found. Please ensure NVIDIA drivers are installed."
exit 1
fi
#Get the number of GPUs
gpu_count=$(nvidia-smi --query-gpu=name --format=csv,noheader | wc -l)
No description provided.
The text was updated successfully, but these errors were encountered: