BramVanroy commited on
Commit
e86ae6c
1 Parent(s): ce76457

End of training

Browse files
Files changed (2) hide show
  1. README.md +5 -1
  2. config.json +1 -1
README.md CHANGED
@@ -2,9 +2,13 @@
2
  license: cc-by-nc-4.0
3
  base_model: BramVanroy/GEITje-ultra-sft
4
  tags:
 
 
5
  - trl
6
  - dpo
7
  - generated_from_trainer
 
 
8
  model-index:
9
  - name: GEITje-ultra-dpo-5e-7lr-128tbs-0.1b
10
  results: []
@@ -15,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # GEITje-ultra-dpo-5e-7lr-128tbs-0.1b
17
 
18
- This model is a fine-tuned version of [BramVanroy/GEITje-ultra-sft](https://huggingface.co/BramVanroy/GEITje-ultra-sft) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.0138
21
  - Rewards/chosen: -2.1351
 
2
  license: cc-by-nc-4.0
3
  base_model: BramVanroy/GEITje-ultra-sft
4
  tags:
5
+ - alignment-handbook
6
+ - generated_from_trainer
7
  - trl
8
  - dpo
9
  - generated_from_trainer
10
+ datasets:
11
+ - BramVanroy/ultra_feedback_dutch
12
  model-index:
13
  - name: GEITje-ultra-dpo-5e-7lr-128tbs-0.1b
14
  results: []
 
19
 
20
  # GEITje-ultra-dpo-5e-7lr-128tbs-0.1b
21
 
22
+ This model is a fine-tuned version of [BramVanroy/GEITje-ultra-sft](https://huggingface.co/BramVanroy/GEITje-ultra-sft) on the BramVanroy/ultra_feedback_dutch dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0138
25
  - Rewards/chosen: -2.1351
config.json CHANGED
@@ -22,6 +22,6 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.36.2",
25
- "use_cache": false,
26
  "vocab_size": 32000
27
  }
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.36.2",
25
+ "use_cache": true,
26
  "vocab_size": 32000
27
  }