frankmorales2020 commited on
Commit
f1b8b3d
1 Parent(s): b1e4dfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -11
README.md CHANGED
@@ -22,11 +22,7 @@ This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https
22
 
23
  ## Model description
24
 
25
- Article: https://ai.plainenglish.io/fine-tuning-the-mistral-7b-instruct-v0-1-model-with-the-emotion-dataset-c84c50b553dc
26
-
27
- Fine tunning: https://github.com/frank-morales2020/MLxDL/blob/main/FineTuning_Mistral_7b_hfdeployment_dataset_Emotion.ipynb
28
-
29
- Evaluation: https://github.com/frank-morales2020/MLxDL/blob/main/FineTunning_Testing_For_EmotionQADataset.ipynb
30
 
31
  ## Intended uses & limitations
32
 
@@ -44,13 +40,7 @@ optimizer: Adam with betas=(0.9,0.999)
44
  and epsilon=1e-08 lr_scheduler_type: constant lr_scheduler_warmup_ratio: 0.03
45
 
46
 
47
- num_epochs: 1
48
-
49
- Accuracy (Eval dataset and predict) for a sample of 2000: 59.45%
50
-
51
- num_epochs: 25
52
 
53
- Accuracy (Eval dataset and predict) for a sample of 2000: 79.95%
54
 
55
  num_epochs: 40
56
 
 
22
 
23
  ## Model description
24
 
25
+ Article: https://medium.com/@frankmorales_91352/fine-tuning-mistral-7b-instruct-v0-1-88b27a194248
 
 
 
 
26
 
27
  ## Intended uses & limitations
28
 
 
40
  and epsilon=1e-08 lr_scheduler_type: constant lr_scheduler_warmup_ratio: 0.03
41
 
42
 
 
 
 
 
 
43
 
 
44
 
45
  num_epochs: 40
46