moodlep commited on
Commit
12406bc
·
verified ·
1 Parent(s): 1e2b0f0

End of training

Browse files
README.md CHANGED
@@ -3,11 +3,13 @@ library_name: peft
3
  license: apache-2.0
4
  base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct
5
  tags:
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
- - generator
 
11
  model-index:
12
  - name: smollm2-1.7b-instr-sft-cai
13
  results: []
@@ -18,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # smollm2-1.7b-instr-sft-cai
20
 
21
- This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.2565
24
 
 
3
  license: apache-2.0
4
  base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct
5
  tags:
6
+ - alignment-handbook
7
  - trl
8
  - sft
9
  - generated_from_trainer
10
  datasets:
11
+ - HuggingFaceH4/cai-conversation-harmless
12
+ - HuggingFaceH4/ultrachat_200k
13
  model-index:
14
  - name: smollm2-1.7b-instr-sft-cai
15
  results: []
 
20
 
21
  # smollm2-1.7b-instr-sft-cai
22
 
23
+ This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) on the HuggingFaceH4/cai-conversation-harmless and the HuggingFaceH4/ultrachat_200k datasets.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 1.2565
26
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 0.9913258983890955,
 
 
 
 
 
3
  "total_flos": 1.280941246906368e+17,
4
  "train_loss": 1.281534285545349,
5
  "train_runtime": 8293.439,
 
1
  {
2
  "epoch": 0.9913258983890955,
3
+ "eval_loss": 1.2565181255340576,
4
+ "eval_runtime": 3317.262,
5
+ "eval_samples": 24265,
6
+ "eval_samples_per_second": 4.291,
7
+ "eval_steps_per_second": 0.537,
8
  "total_flos": 1.280941246906368e+17,
9
  "train_loss": 1.281534285545349,
10
  "train_runtime": 8293.439,
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "HuggingFaceTB/SmolLM2-1.7B-Instruct",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 1,
10
+ "eos_token_id": 2,
11
+ "head_dim": 64,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2048,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 8192,
16
+ "max_position_embeddings": 8192,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 24,
21
+ "num_key_value_heads": 32,
22
+ "pad_token_id": 2,
23
+ "pretraining_tp": 1,
24
+ "quantization_config": {
25
+ "_load_in_4bit": true,
26
+ "_load_in_8bit": false,
27
+ "bnb_4bit_compute_dtype": "bfloat16",
28
+ "bnb_4bit_quant_storage": "uint8",
29
+ "bnb_4bit_quant_type": "nf4",
30
+ "bnb_4bit_use_double_quant": false,
31
+ "llm_int8_enable_fp32_cpu_offload": false,
32
+ "llm_int8_has_fp16_weight": false,
33
+ "llm_int8_skip_modules": null,
34
+ "llm_int8_threshold": 6.0,
35
+ "load_in_4bit": true,
36
+ "load_in_8bit": false,
37
+ "quant_method": "bitsandbytes"
38
+ },
39
+ "rms_norm_eps": 1e-05,
40
+ "rope_scaling": null,
41
+ "rope_theta": 130000,
42
+ "tie_word_embeddings": true,
43
+ "torch_dtype": "bfloat16",
44
+ "transformers.js_config": {
45
+ "kv_cache_dtype": {
46
+ "fp16": "float16",
47
+ "q4f16": "float16"
48
+ }
49
+ },
50
+ "transformers_version": "4.47.1",
51
+ "use_cache": true,
52
+ "vocab_size": 49152
53
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9913258983890955,
3
+ "eval_loss": 1.2565181255340576,
4
+ "eval_runtime": 3317.262,
5
+ "eval_samples": 24265,
6
+ "eval_samples_per_second": 4.291,
7
+ "eval_steps_per_second": 0.537
8
+ }
runs/Jan03_10-24-26_pkaiju/events.out.tfevents.1735911492.pkaiju.20743.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dc1421756ff08de2c515dc9c1f535a3f7e7494793646e393d8b40a2fb8ac9c6
3
+ size 354