tucnguyen commited on
Commit
aba2666
·
verified ·
1 Parent(s): 59219d6

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -34,11 +34,11 @@ This model was trained with SFT.
34
 
35
  ### Framework versions
36
 
37
- - TRL: 0.21.0
38
- - Transformers: 4.55.4
39
- - Pytorch: 2.8.0+cu126
40
  - Datasets: 4.0.0
41
- - Tokenizers: 0.21.4
42
 
43
  ## Citations
44
 
 
34
 
35
  ### Framework versions
36
 
37
+ - TRL: 0.25.1
38
+ - Transformers: 4.57.2
39
+ - Pytorch: 2.9.0+cu126
40
  - Datasets: 4.0.0
41
+ - Tokenizers: 0.22.1
42
 
43
  ## Citations
44
 
config.json CHANGED
@@ -7,6 +7,7 @@
7
  "attention_dropout": 0.0,
8
  "attn_logit_softcapping": null,
9
  "bos_token_id": 2,
 
10
  "eos_token_id": 1,
11
  "final_logit_softcapping": null,
12
  "head_dim": 256,
@@ -46,8 +47,7 @@
46
  "rope_scaling": null,
47
  "rope_theta": 1000000.0,
48
  "sliding_window": 512,
49
- "torch_dtype": "bfloat16",
50
- "transformers_version": "4.55.4",
51
  "use_bidirectional_attention": false,
52
  "use_cache": true,
53
  "vocab_size": 262144
 
7
  "attention_dropout": 0.0,
8
  "attn_logit_softcapping": null,
9
  "bos_token_id": 2,
10
+ "dtype": "bfloat16",
11
  "eos_token_id": 1,
12
  "final_logit_softcapping": null,
13
  "head_dim": 256,
 
47
  "rope_scaling": null,
48
  "rope_theta": 1000000.0,
49
  "sliding_window": 512,
50
+ "transformers_version": "4.57.2",
 
51
  "use_bidirectional_attention": false,
52
  "use_cache": true,
53
  "vocab_size": 262144
generation_config.json CHANGED
@@ -1,11 +1,13 @@
1
  {
 
2
  "cache_implementation": "hybrid",
3
  "do_sample": true,
4
  "eos_token_id": [
5
  1,
6
  106
7
  ],
 
8
  "top_k": 64,
9
  "top_p": 0.95,
10
- "transformers_version": "4.55.4"
11
  }
 
1
  {
2
+ "bos_token_id": 2,
3
  "cache_implementation": "hybrid",
4
  "do_sample": true,
5
  "eos_token_id": [
6
  1,
7
  106
8
  ],
9
+ "pad_token_id": 0,
10
  "top_k": 64,
11
  "top_p": 0.95,
12
+ "transformers_version": "4.57.2"
13
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b10557428c98c0639986a03e71013efb7cdb38b40983d9048aa485cef784e3c
3
  size 536223056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7833586c1e7e2a41ba630e6ae930f0e240e9a8b4f9c22c90fc08f36531e23619
3
  size 536223056
runs/Dec02_22-38-04_ad0a00be3b2f/events.out.tfevents.1764715119.ad0a00be3b2f.205.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9814c132cd3dfdbee8d0f41771df23acaf44f851cda3ebdb26ca741b7c92a3e
3
+ size 10912
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39e2df62bec9ac052e24b6a636a9c7182f315a1841a66abe01375ff744b7fbfc
3
- size 6225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab3022985b93f793c268fe569b03e8210c73a3923859d58a4f6a73503cf15af0
3
+ size 6289