Views
No views yet
nixietune.qgen.generate recipe.nixie-querygen-v2 on existing pairs, and then expand your document corpus with synthetic queries (which are still based on your few real ones). See nixietune.qgen.train recipe.
<document next> [short|medium|long]? [question|regular]? query:[short|medium|long] and [question|regular] fragments are optional and can be skipped.query: has no trailing space, be careful.1$ ./main -m ~/models/nixie-querygen-v2/ggml-model-q4.gguf -p "git lfs track will \
2begin tracking a new file or an existing file that is already checked in to your \
3repository. When you run git lfs track and then commit that change, it will \
4update the file, replacing it with the LFS pointer contents. short regular query:" -s 1
5
6sampling:
7 repeat_last_n = 64, repeat_penalty = 1.100, frequency_penalty = 0.000, presence_penalty = 0.000
8 top_k = 40, tfs_z = 1.000, top_p = 0.950, min_p = 0.050, typical_p = 1.000, temp = 0.800
9 mirostat = 0, mirostat_lr = 0.100, mirostat_ent = 5.000
10sampling order:
11CFG -> Penalties -> top_k -> tfs_z -> typical_p -> top_p -> min_p -> temp
12generate: n_ctx = 512, n_batch = 512, n_predict = -1, n_keep = 0
13
14
15 git lfs track will begin tracking a new file or an existing file that is
16 already checked in to your repository. When you run git lfs track and then
17 commit that change, it will update the file, replacing it with the LFS
18 pointer contents. short regular query: git-lfs track [end of text]1{
2 "train_dataset": "/home/shutty/data/nixiesearch-datasets/query-doc/data/train",
3 "eval_dataset": "/home/shutty/data/nixiesearch-datasets/query-doc/data/test",
4 "seq_len": 512,
5 "model_name_or_path": "mistralai/Mistral-7B-v0.1",
6 "output_dir": "mistral-qgen",
7 "num_train_epochs": 1,
8 "seed": 33,
9 "per_device_train_batch_size": 6,
10 "per_device_eval_batch_size": 2,
11 "bf16": true,
12 "logging_dir": "logs",
13 "gradient_checkpointing": true,
14 "gradient_accumulation_steps": 1,
15 "dataloader_num_workers": 14,
16 "eval_steps": 0.03,
17 "logging_steps": 0.03,
18 "evaluation_strategy": "steps",
19 "torch_compile": false,
20 "report_to": [],
21 "save_strategy": "epoch",
22 "streaming": false,
23 "do_eval": true,
24 "label_names": [
25 "labels"
26 ]
27}