Falis-EPG commited on
Commit
3c73d6b
·
verified ·
1 Parent(s): 27ce2fc

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. generation_config.json +2 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
- base_model: google-bert/bert-base-multilingual-cased
5
  tags:
6
  - generated_from_trainer
7
  model-index:
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # llama-finetuned
16
 
17
- This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 5.5548
20
 
21
  ## Model description
22
 
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | No log | 1.0 | 396 | 5.1889 |
52
- | 3.4178 | 2.0 | 792 | 5.3704 |
53
- | 2.5552 | 3.0 | 1188 | 5.5548 |
54
 
55
 
56
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
+ license: other
4
+ base_model: tiiuae/Falcon3-1B-Instruct
5
  tags:
6
  - generated_from_trainer
7
  model-index:
 
14
 
15
  # llama-finetuned
16
 
17
+ This model is a fine-tuned version of [tiiuae/Falcon3-1B-Instruct](https://huggingface.co/tiiuae/Falcon3-1B-Instruct) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 5.6657
20
 
21
  ## Model description
22
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 396 | 5.8367 |
52
+ | 3.2426 | 2.0 | 792 | 5.2895 |
53
+ | 1.9326 | 3.0 | 1188 | 5.6657 |
54
 
55
 
56
  ### Framework versions
generation_config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "_from_model_config": true,
3
- "pad_token_id": 0,
 
4
  "transformers_version": "4.47.1"
5
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 11,
4
+ "eos_token_id": 11,
5
  "transformers_version": "4.47.1"
6
  }