jan-hq commited on
Commit
fa47a07
1 Parent(s): 1242ba5

End of training

Browse files
Files changed (2) hide show
  1. README.md +6 -2
  2. config.json +1 -1
README.md CHANGED
@@ -2,11 +2,15 @@
2
  license: apache-2.0
3
  base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
4
  tags:
 
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
- - generator
 
 
10
  model-index:
11
  - name: LlamaCorn-sft-adapter
12
  results: []
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # LlamaCorn-sft-adapter
19
 
20
- This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the generator dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.9638
23
 
 
2
  license: apache-2.0
3
  base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
4
  tags:
5
+ - alignment-handbook
6
+ - generated_from_trainer
7
  - trl
8
  - sft
9
  - generated_from_trainer
10
  datasets:
11
+ - jan-hq/bagel_sft_binarized
12
+ - jan-hq/dolphin_binarized
13
+ - jan-hq/openhermes_binarized
14
  model-index:
15
  - name: LlamaCorn-sft-adapter
16
  results: []
 
21
 
22
  # LlamaCorn-sft-adapter
23
 
24
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the jan-hq/bagel_sft_binarized, the jan-hq/dolphin_binarized and the jan-hq/openhermes_binarized datasets.
25
  It achieves the following results on the evaluation set:
26
  - Loss: 0.9638
27
 
config.json CHANGED
@@ -23,6 +23,6 @@
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.36.2",
26
- "use_cache": false,
27
  "vocab_size": 32000
28
  }
 
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.36.2",
26
+ "use_cache": true,
27
  "vocab_size": 32000
28
  }