hugodk-sch commited on
Commit
d505b5b
1 Parent(s): 3d27451

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -2
  2. all_results.json +5 -0
  3. config.json +40 -0
  4. eval_results.json +8 -0
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
  library_name: peft
3
  tags:
 
4
  - trl
5
  - sft
6
  - generated_from_trainer
7
  base_model: NorLLM-AI/NorMistral-7B
8
  datasets:
9
- - generator
10
  model-index:
11
  - name: norllm-ai-normistral-7b-sft-qlora
12
  results: []
@@ -17,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # norllm-ai-normistral-7b-sft-qlora
19
 
20
- This model is a fine-tuned version of [NorLLM-AI/NorMistral-7B](https://huggingface.co/NorLLM-AI/NorMistral-7B) on the generator dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.4403
23
 
 
1
  ---
2
  library_name: peft
3
  tags:
4
+ - alignment-handbook
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  base_model: NorLLM-AI/NorMistral-7B
9
  datasets:
10
+ - hugodk-sch/aftonposten_title_sft
11
  model-index:
12
  - name: norllm-ai-normistral-7b-sft-qlora
13
  results: []
 
18
 
19
  # norllm-ai-normistral-7b-sft-qlora
20
 
21
+ This model is a fine-tuned version of [NorLLM-AI/NorMistral-7B](https://huggingface.co/NorLLM-AI/NorMistral-7B) on the hugodk-sch/aftonposten_title_sft dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.4403
24
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 4.99,
 
 
 
 
 
3
  "train_loss": 1.004000898782354,
4
  "train_runtime": 10982.2688,
5
  "train_samples": 4208,
 
1
  {
2
  "epoch": 4.99,
3
+ "eval_loss": 1.4403423070907593,
4
+ "eval_runtime": 74.5659,
5
+ "eval_samples": 468,
6
+ "eval_samples_per_second": 3.675,
7
+ "eval_steps_per_second": 0.469,
8
  "train_loss": 1.004000898782354,
9
  "train_runtime": 10982.2688,
10
  "train_samples": 4208,
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NorLLM-AI/NorMistral-7B",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 8,
18
+ "quantization_config": {
19
+ "_load_in_4bit": true,
20
+ "_load_in_8bit": false,
21
+ "bnb_4bit_compute_dtype": "bfloat16",
22
+ "bnb_4bit_quant_type": "nf4",
23
+ "bnb_4bit_use_double_quant": false,
24
+ "llm_int8_enable_fp32_cpu_offload": false,
25
+ "llm_int8_has_fp16_weight": false,
26
+ "llm_int8_skip_modules": null,
27
+ "llm_int8_threshold": 6.0,
28
+ "load_in_4bit": true,
29
+ "load_in_8bit": false,
30
+ "quant_method": "bitsandbytes"
31
+ },
32
+ "rms_norm_eps": 1e-05,
33
+ "rope_theta": 10000.0,
34
+ "sliding_window": 4096,
35
+ "tie_word_embeddings": false,
36
+ "torch_dtype": "bfloat16",
37
+ "transformers_version": "4.39.0.dev0",
38
+ "use_cache": true,
39
+ "vocab_size": 67993
40
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4.99,
3
+ "eval_loss": 1.4403423070907593,
4
+ "eval_runtime": 74.5659,
5
+ "eval_samples": 468,
6
+ "eval_samples_per_second": 3.675,
7
+ "eval_steps_per_second": 0.469
8
+ }