Jeremiah Zhou commited on
Commit
77c56c6
·
1 Parent(s): 82974a6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - glue
8
+ model-index:
9
+ - name: roberta-base-mnli
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # roberta-base-mnli
17
+
18
+ This model is a fine-tuned version of [./fine-tune/roberta-base/mnli/](https://huggingface.co/./fine-tune/roberta-base/mnli/) on the GLUE MNLI dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - eval_loss: 0.7539
21
+ - eval_accuracy: 0.8697
22
+ - eval_runtime: 25.5655
23
+ - eval_samples_per_second: 384.581
24
+ - eval_steps_per_second: 48.073
25
+ - step: 0
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.06
51
+ - num_epochs: 10.0
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.20.0.dev0
56
+ - Pytorch 1.11.0+cu113
57
+ - Datasets 2.1.0
58
+ - Tokenizers 0.12.1