rooftopcoder commited on
Commit
da53ec1
1 Parent(s): 403eef1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
README.md CHANGED
@@ -2,9 +2,6 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- metrics:
6
- - accuracy
7
- - f1
8
  model-index:
9
  - name: bart-base-coqa
10
  results: []
@@ -16,10 +13,6 @@ should probably proofread and complete it, then remove this comment. -->
16
  # bart-base-coqa
17
 
18
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 0.7936
21
- - Accuracy: 0.0926
22
- - F1: 0.0597
23
 
24
  ## Model description
25
 
@@ -39,11 +32,11 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 5e-05
42
- - train_batch_size: 32
43
- - eval_batch_size: 16
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
- - lr_scheduler_type: linear
47
  - num_epochs: 3.0
48
 
49
  ### Training results
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
 
5
  model-index:
6
  - name: bart-base-coqa
7
  results: []
 
13
  # bart-base-coqa
14
 
15
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
 
 
 
 
16
 
17
  ## Model description
18
 
 
32
 
33
  The following hyperparameters were used during training:
34
  - learning_rate: 5e-05
35
+ - train_batch_size: 64
36
+ - eval_batch_size: 32
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
+ - lr_scheduler_type: cosine
40
  - num_epochs: 3.0
41
 
42
  ### Training results