mofawzy commited on
Commit
933a0eb
·
1 Parent(s): 1bd775d

update readme file

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,5 +1,12 @@
1
  ---
2
  tags:
 
 
 
 
 
 
 
3
  - generated_from_trainer
4
  model-index:
5
  - name: argpt2-goodreads
@@ -11,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # argpt2-goodreads
13
 
14
- This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
  - Loss: 1.4389
17
 
@@ -45,6 +52,30 @@ The following hyperparameters were used during training:
45
  - num_epochs: 20.0
46
 
47
  ### Training results
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
 
50
 
 
1
  ---
2
  tags:
3
+ language: ar
4
+ datasets:
5
+ - LABR
6
+ widget:
7
+ - text: "كان الكاتب ممكن"
8
+ - text: "كتاب ممتاز ولكن"
9
+ - text: "رواية درامية جدا والافكار بسيطة"
10
  - generated_from_trainer
11
  model-index:
12
  - name: argpt2-goodreads
 
18
 
19
  # argpt2-goodreads
20
 
21
+ This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on an goodreads LABR dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.4389
24
 
 
52
  - num_epochs: 20.0
53
 
54
  ### Training results
55
+ - train_loss = 1.474
56
+ ### Evaluation results
57
+ - eval_loss = 1.4389
58
+
59
+
60
+ ***** train metrics *****
61
+ epoch = 20.0
62
+ train_loss = 1.474
63
+ train_runtime = 2:18:14.51
64
+ train_samples = 108110
65
+ train_samples_per_second = 260.678
66
+ train_steps_per_second = 2.037
67
+
68
+
69
+
70
+ ***** eval metrics *****
71
+ epoch = 20.0
72
+ eval_loss = 1.4389
73
+ eval_runtime = 0:04:37.01
74
+ eval_samples = 27329
75
+ eval_samples_per_second = 98.655
76
+ eval_steps_per_second = 0.773
77
+ perplexity = 4.2162
78
+
79
 
80
 
81