isaaclee commited on
Commit
4675ad4
1 Parent(s): 1b0d46a

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
 
 
5
  - generated_from_trainer
6
  base_model: mistralai/Mistral-7B-Instruct-v0.1
7
  model-index:
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # mistral_train_run3
16
 
17
- This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on an unknown dataset.
18
 
19
  ## Model description
20
 
@@ -44,6 +46,10 @@ The following hyperparameters were used during training:
44
  - lr_scheduler_warmup_ratio: 0.03
45
  - num_epochs: 3
46
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - PEFT 0.7.2.dev0
 
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
5
+ - trl
6
+ - sft
7
  - generated_from_trainer
8
  base_model: mistralai/Mistral-7B-Instruct-v0.1
9
  model-index:
 
16
 
17
  # mistral_train_run3
18
 
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the None dataset.
20
 
21
  ## Model description
22
 
 
46
  - lr_scheduler_warmup_ratio: 0.03
47
  - num_epochs: 3
48
 
49
+ ### Training results
50
+
51
+
52
+
53
  ### Framework versions
54
 
55
  - PEFT 0.7.2.dev0