EtashGuha commited on
Commit
a76b590
·
verified ·
1 Parent(s): 1a25d97

Model save

Browse files
Files changed (2) hide show
  1. README.md +11 -11
  2. generation_config.json +7 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
- base_model: mistralai/Mistral-7B-v0.1
5
  tags:
6
  - llama-factory
7
  - generated_from_trainer
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # llama3-mammoth-dcft
17
 
18
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: nan
21
 
22
  ## Model description
23
 
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss |
57
  |:-------------:|:------:|:----:|:---------------:|
58
- | 0.0 | 0.7619 | 2 | nan |
59
- | 0.0 | 1.9048 | 5 | nan |
60
- | 0.0 | 2.2857 | 6 | nan |
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.45.0
66
- - Pytorch 2.5.0+cu124
67
- - Datasets 2.19.2
68
- - Tokenizers 0.20.0
 
1
  ---
2
  library_name: transformers
3
+ license: llama3
4
+ base_model: meta-llama/Meta-Llama-3-8B
5
  tags:
6
  - llama-factory
7
  - generated_from_trainer
 
15
 
16
  # llama3-mammoth-dcft
17
 
18
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0635
21
 
22
  ## Model description
23
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss |
57
  |:-------------:|:------:|:----:|:---------------:|
58
+ | No log | 0.8889 | 2 | 1.1009 |
59
+ | No log | 1.7778 | 4 | 1.0781 |
60
+ | No log | 2.6667 | 6 | 1.0635 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.45.2
66
+ - Pytorch 2.4.1+cu121
67
+ - Datasets 2.21.0
68
+ - Tokenizers 0.20.1
generation_config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 1,
4
- "eos_token_id": 2,
5
- "transformers_version": "4.45.0"
 
 
 
6
  }
 
1
  {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": 128001,
5
+ "max_length": 4096,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.45.2"
9
  }