Views
No views yet
0.9.1.post11base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
2batch_size: 4
3bf16: auto
4datasets:
5- path: jaydenccc/AI_Storyteller_Dataset
6 type:
7 field_instruction: synopsis
8 field_output: short_story
9 field_system: system
10 format: <|user|> {instruction} </s> <|assistant|>
11 no_input_format: <|user|> {instruction} </s> <|assistant|>
12 system_prompt: ''
13learning_rate: 0.0002
14logging_steps: 1
15micro_batch_size: 2
16model_type: LlamaForCausalLM
17num_epochs: 4
18optimizer: adamw_bnb_8bit
19output_dir: ./models/Tiny_Llama_Storyteller
20sequence_length: 1024
21tf32: false
22tokenizer_type: LlamaTokenizer
23