Create info.txt
Browse files
info.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
unsloth = False # @param ["False", "True"] {type:"raw"}
|
2 |
+
learning_rate = 2e-4 # @param {type:"number"}
|
3 |
+
num_epochs = 3 #@param {type:"number"}
|
4 |
+
batch_size = 2 # @param {type:"slider", min:1, max:32, step:1}
|
5 |
+
block_size = 1024 # @param {type:"number"}
|
6 |
+
push_to_hub = True # @param ["False", "True"] {type:"raw"}
|
7 |
+
project_name = 'dalton-caldwell-bot-v0-merged-mistral7binstructv3' # @param {type:"string"}
|
8 |
+
model_name = 'mistralai/Mistral-7B-Instruct-v0.3' # @param {type:"string"}
|