rjac commited on
Commit
a2b50fc
1 Parent(s): 8185b0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -12,20 +12,18 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # outputs
14
 
15
- This model is a fine-tuned version of [bigscience/bloomz-3b](https://huggingface.co/bigscience/bloomz-3b) on the None dataset.
16
 
17
  ## Model description
18
 
19
- More information needed
20
 
21
  ## Intended uses & limitations
22
 
23
- More information needed
24
 
25
  ## Training and evaluation data
26
 
27
- More information needed
28
-
29
  ## Training procedure
30
 
31
  ### Training hyperparameters
@@ -45,7 +43,7 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
-
49
 
50
  ### Framework versions
51
 
 
12
 
13
  # outputs
14
 
15
+ This model is a fine-tuned version of [bigscience/bloomz-3b](https://huggingface.co/bigscience/bloomz-3b) on the FourthBrainGenAI/MarketMail-AI dataset.
16
 
17
  ## Model description
18
 
19
+ bigscience/bloomz-3b
20
 
21
  ## Intended uses & limitations
22
 
23
+ This model is for demonstration purpose
24
 
25
  ## Training and evaluation data
26
 
 
 
27
  ## Training procedure
28
 
29
  ### Training hyperparameters
 
43
 
44
  ### Training results
45
 
46
+ TrainOutput(global_step=100, training_loss=0.3372485587000847, metrics={'train_runtime': 522.2092, 'train_samples_per_second': 12.256, 'train_steps_per_second': 0.191, 'total_flos': 1.230954169199616e+16, 'train_loss': 0.3372485587000847, 'epoch': 100.0})
47
 
48
  ### Framework versions
49