hugger111 commited on
Commit
426bd61
1 Parent(s): 339824a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: BlenderBot_400M_distill_falcon_redefined_first10krows
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # BlenderBot_400M_distill_falcon_redefined_first10krows
14
+
15
+ This model is a fine-tuned version of [facebook/blenderbot-400M-distill](https://huggingface.co/facebook/blenderbot-400M-distill) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 3.4093
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 500
43
+ - num_epochs: 10
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 3.4693 | 1.0 | 1000 | 3.4126 |
50
+ | 3.4552 | 2.0 | 2000 | 3.4046 |
51
+ | 3.4393 | 3.0 | 3000 | 3.4076 |
52
+ | 3.4455 | 4.0 | 4000 | 3.4096 |
53
+ | 3.4495 | 5.0 | 5000 | 3.4007 |
54
+ | 3.4521 | 6.0 | 6000 | 3.4099 |
55
+ | 3.446 | 7.0 | 7000 | 3.4107 |
56
+ | 3.4383 | 8.0 | 8000 | 3.4114 |
57
+ | 3.4502 | 9.0 | 9000 | 3.4115 |
58
+ | 3.4472 | 10.0 | 10000 | 3.4093 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.30.2
64
+ - Pytorch 2.0.1+cu117
65
+ - Datasets 2.13.0
66
+ - Tokenizers 0.13.3