We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0acca3 commit 45600a1Copy full SHA for 45600a1
examples/training/finetune.cpp
@@ -54,8 +54,6 @@ int main(int argc, char ** argv) {
54
LOG_INF("%s\n", common_params_get_system_info(params).c_str());
55
}
56
57
- constexpr float val_split = 0.05f;
58
-
59
std::vector<llama_token> tokens = common_tokenize(ctx.get(), params.prompt, true);
60
ggml_opt_dataset_t dataset = common_opt_dataset_init(ctx.get(), tokens, llama_n_ctx(ctx.get())/2);
61
0 commit comments