tykiww commited on
Commit
7a117c1
1 Parent(s): f83baa4

Update config/config.json

Browse files
Files changed (1) hide show
  1. config/config.json +4 -1
config/config.json CHANGED
@@ -29,6 +29,9 @@
29
  "dataset_num_proc": 2,
30
  "packing": false
31
  },
32
- "choices": ["gpt2", "bert-base-uncased", "llama3-8b"]
 
 
 
33
  }
34
  }
 
29
  "dataset_num_proc": 2,
30
  "packing": false
31
  },
32
+ "choices": ["unsloth/llama-3-8b-bnb-4bit",
33
+ "unsloth/Qwen2-7B",
34
+ "unsloth/gemma-7b-bnb-4bit",
35
+ "unsloth/mistral-7b-v0.3-bnb-4bit"]
36
  }
37
  }