yuyang commited on
Commit
27d7326
1 Parent(s): 14350db

update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+
6
+ # preds
7
+
8
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the
9
+ [bart_newsroom](https://huggingface.co/datasets/yuyang/bart_newsroom) dataset.
10
+
11
+ ## Model description
12
+
13
+ More information needed
14
+
15
+ ## Intended uses & limitations
16
+
17
+ More information needed
18
+
19
+ ## Training and evaluation data
20
+
21
+ More information needed
22
+
23
+ ## Training procedure
24
+
25
+ ### Training hyperparameters
26
+
27
+ The following hyperparameters were used during training:
28
+ - learning_rate: 5e-05
29
+ - train_batch_size: 16
30
+ - eval_batch_size: 16
31
+ - seed: 42
32
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
33
+ - lr_scheduler_type: linear
34
+ - num_epochs: 3.0
35
+ - mixed_precision_training: Native AMP
36
+
37
+ ### Framework versions
38
+
39
+ - Transformers 4.27.1
40
+ - Pytorch 1.12.1
41
+ - Datasets 2.10.1
42
+ - Tokenizers 0.13.2
43
+