loicmagne commited on
Commit
6495d76
1 Parent(s): 7178570

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - imdb
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: pr_dataset_metadata
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: imdb
17
+ type: imdb
18
+ config: plain_text
19
+ split: test
20
+ args: plain_text
21
+ metrics:
22
+ - name: eval_accuracy
23
+ type: accuracy
24
+ value: 1.0
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # pr_dataset_metadata
31
+
32
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - eval_loss: 0.6216
35
+ - eval_accuracy: 1.0
36
+ - eval_runtime: 0.4472
37
+ - eval_samples_per_second: 2.236
38
+ - eval_steps_per_second: 2.236
39
+ - step: 0
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 5e-05
59
+ - train_batch_size: 16
60
+ - eval_batch_size: 16
61
+ - seed: 42
62
+ - distributed_type: not_parallel
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - num_epochs: 3.0
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.21.0.dev0
70
+ - Pytorch 1.11.0+cu102
71
+ - Datasets 2.0.0
72
+ - Tokenizers 0.12.1