aashay96 commited on
Commit
07e4411
1 Parent(s): 6693b9d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -12,14 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # indic-gpt
14
 
15
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an indian language (https://ai4bharat.iitm.ac.in/corpora) dataset. Sample Dataset is available here -https://huggingface.co/datasets/aashay96/indic-gpt/
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 8.1648
18
- - eval_runtime: 203.8512
19
- - eval_samples_per_second: 227.941
20
- - eval_steps_per_second: 7.128
21
- - epoch: 0.0
22
- - step: 3
23
 
24
  ## Model description
25
 
@@ -39,17 +34,26 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 0.0005
42
- - train_batch_size: 32
43
- - eval_batch_size: 32
44
  - seed: 42
45
  - gradient_accumulation_steps: 8
46
- - total_train_batch_size: 256
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: cosine
49
- - lr_scheduler_warmup_steps: 1
50
  - num_epochs: 1
51
  - mixed_precision_training: Native AMP
52
 
 
 
 
 
 
 
 
 
 
53
  ### Framework versions
54
 
55
  - Transformers 4.25.1
 
12
 
13
  # indic-gpt
14
 
15
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.9482
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 0.0005
37
+ - train_batch_size: 128
38
+ - eval_batch_size: 128
39
  - seed: 42
40
  - gradient_accumulation_steps: 8
41
+ - total_train_batch_size: 1024
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_steps: 100
45
  - num_epochs: 1
46
  - mixed_precision_training: Native AMP
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 3.3653 | 0.3 | 500 | 2.2985 |
53
+ | 2.2079 | 0.61 | 1000 | 2.0401 |
54
+ | 2.0396 | 0.91 | 1500 | 1.9482 |
55
+
56
+
57
  ### Framework versions
58
 
59
  - Transformers 4.25.1