DuongTrongChi commited on
Commit
590ccfe
·
verified ·
1 Parent(s): 03a7f80

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. config.json +6 -6
  3. training_args.bin +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: meta-llama/Llama-3.1-8B
3
  library_name: transformers
4
  model_name: trained_model
5
  tags:
@@ -11,7 +11,7 @@ licence: license
11
 
12
  # Model Card for trained_model
13
 
14
- This model is a fine-tuned version of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
@@ -36,7 +36,7 @@ This model was trained with SFT.
36
 
37
  - TRL: 0.19.1
38
  - Transformers: 4.53.2
39
- - Pytorch: 2.7.1+cu126
40
  - Datasets: 4.0.0
41
  - Tokenizers: 0.21.2
42
 
 
1
  ---
2
+ base_model: meta-llama/Llama-3.2-3B
3
  library_name: transformers
4
  model_name: trained_model
5
  tags:
 
11
 
12
  # Model Card for trained_model
13
 
14
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
36
 
37
  - TRL: 0.19.1
38
  - Transformers: 4.53.2
39
+ - Pytorch: 2.7.1
40
  - Datasets: 4.0.0
41
  - Tokenizers: 0.21.2
42
 
config.json CHANGED
@@ -8,27 +8,27 @@
8
  "eos_token_id": 128257,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
- "hidden_size": 4096,
12
  "initializer_range": 0.02,
13
- "intermediate_size": 14336,
14
  "max_position_embeddings": 131072,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
- "num_attention_heads": 32,
18
- "num_hidden_layers": 32,
19
  "num_key_value_heads": 8,
20
  "pad_token_id": 128257,
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": {
24
- "factor": 8.0,
25
  "high_freq_factor": 4.0,
26
  "low_freq_factor": 1.0,
27
  "original_max_position_embeddings": 8192,
28
  "rope_type": "llama3"
29
  },
30
  "rope_theta": 500000.0,
31
- "tie_word_embeddings": false,
32
  "torch_dtype": "bfloat16",
33
  "transformers_version": "4.53.2",
34
  "use_cache": true,
 
8
  "eos_token_id": 128257,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
+ "hidden_size": 3072,
12
  "initializer_range": 0.02,
13
+ "intermediate_size": 8192,
14
  "max_position_embeddings": 131072,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
+ "num_attention_heads": 24,
18
+ "num_hidden_layers": 28,
19
  "num_key_value_heads": 8,
20
  "pad_token_id": 128257,
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": {
24
+ "factor": 32.0,
25
  "high_freq_factor": 4.0,
26
  "low_freq_factor": 1.0,
27
  "original_max_position_embeddings": 8192,
28
  "rope_type": "llama3"
29
  },
30
  "rope_theta": 500000.0,
31
+ "tie_word_embeddings": true,
32
  "torch_dtype": "bfloat16",
33
  "transformers_version": "4.53.2",
34
  "use_cache": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:519fbb2e7688c6aaa59ccb5881f4f70cbdea8f52064ec17e0cfb96eb8662462e
3
- size 8721
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b130f9bd80bc13e2a9d194d134b73a6dc9d54ba20909cf646809a7bb0e4a60
3
+ size 7441