alexredna commited on
Commit
17f5389
·
verified ·
1 Parent(s): eda3fd4

Model save

Browse files
Files changed (4) hide show
  1. README.md +10 -11
  2. config.json +28 -0
  3. generation_config.json +7 -0
  4. model.safetensors +3 -0
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- library_name: peft
 
3
  tags:
4
  - trl
5
  - sft
6
  - generated_from_trainer
7
  datasets:
8
  - generator
9
- base_model: data/Tukan-1.1B-Chat-reasoning-sft-COLA_merged_1
10
  model-index:
11
  - name: Tukan-1.1B-Chat-reasoning-sft-COLA
12
  results: []
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # Tukan-1.1B-Chat-reasoning-sft-COLA
19
 
20
- This model was trained from scratch on the generator dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.5347
23
 
24
  ## Model description
25
 
@@ -51,6 +51,12 @@ The following hyperparameters were used during training:
51
 
52
  ### Training results
53
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
@@ -59,10 +65,3 @@ The following hyperparameters were used during training:
59
  - Pytorch 2.2.0a0+gitd925d94
60
  - Datasets 2.14.6
61
  - Tokenizers 0.15.0
62
- ## Training procedure
63
-
64
-
65
- ### Framework versions
66
-
67
-
68
- - PEFT 0.6.1
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
4
  tags:
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
  - generator
 
10
  model-index:
11
  - name: Tukan-1.1B-Chat-reasoning-sft-COLA
12
  results: []
 
17
 
18
  # Tukan-1.1B-Chat-reasoning-sft-COLA
19
 
20
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the generator dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.0480
23
 
24
  ## Model description
25
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-----:|:----:|:---------------:|
56
+ | 1.0669 | 0.24 | 10 | 1.0635 |
57
+ | 1.0701 | 0.47 | 20 | 1.0547 |
58
+ | 1.0753 | 0.71 | 30 | 1.0493 |
59
+ | 1.0579 | 0.94 | 40 | 1.0480 |
60
 
61
 
62
  ### Framework versions
 
65
  - Pytorch 2.2.0a0+gitd925d94
66
  - Datasets 2.14.6
67
  - Tokenizers 0.15.0
 
 
 
 
 
 
 
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 5632,
14
+ "max_position_embeddings": 2048,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 22,
18
+ "num_key_value_heads": 4,
19
+ "pretraining_tp": 1,
20
+ "rms_norm_eps": 1e-05,
21
+ "rope_scaling": null,
22
+ "rope_theta": 10000.0,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.36.2",
26
+ "use_cache": true,
27
+ "vocab_size": 32000
28
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 2048,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.36.2"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bc118c97a8cdadabb55258b97133f1df1b76d8c852566af0499eaadd0955c1f
3
+ size 4400216536