Views
No views yet
0.4.01base_model: NousResearch/Hermes-2-Pro-Mistral-7B
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: /workspace/disk2/alexandria/data/text_2_graphs_hermes.jsonl
11 type: sharegpt
12 conversation: chatml
13dataset_prepared_path:
14val_set_size: 0.0
15output_dir: /workspace/disk2/alexandria/models/t2g_hermes/
16
17sequence_len: 8192
18sample_packing: true
19pad_to_sequence_len: true
20eval_sample_packing: false
21
22wandb_project: alexandria
23wandb_entity:
24wandb_watch:
25wandb_name:
26wandb_log_model:
27
28gradient_accumulation_steps: 1
29micro_batch_size: 2
30num_epochs: 1
31optimizer: adamw_bnb_8bit
32lr_scheduler: cosine
33learning_rate: 0.000005
34
35train_on_inputs: false
36group_by_length: false
37bf16: auto
38fp16:
39tf32: false
40
41gradient_checkpointing: true
42early_stopping_patience:
43resume_from_checkpoint:
44local_rank:
45logging_steps: 1
46xformers_attention:
47flash_attention: true
48
49warmup_steps: 10
50evals_per_epoch: 0
51eval_table_size:
52eval_max_new_tokens: 128
53saves_per_epoch: 2
54debug:
55deepspeed: deepspeed_configs/zero2.json
56weight_decay: 0.0
57fsdp:
58fsdp_config:
59special_tokens:
60 bos_token: "<s>"
61 eos_token: "</s>"
62 unk_token: "<unk>"
63<|im_start|>user
Here is a bunch of input text that will be turned into a knowledge graph, though usually your text will be much longer than this single sentence.<|im_end|>
<|im_start|>assistant
(Make sure to put a newline at the end of the "assistant" marker above this line. Do not include this text in parenthesis in your prompt.)