SRDdev commited on
Commit
1fece1b
1 Parent(s): da96646

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -26,11 +26,18 @@ Hinglish-Top [Dataset](https://huggingface.co/datasets/WillHeld/hinglish_top) co
26
  - domain
27
 
28
  ### Training
29
- |Epochs|Train Loss|
30
- |:------:|:----------:|
31
- |4th | 0.251 |
32
-
33
- The model was trained only for 4 epochs due to the GPU limitations. The model will give far better results with 10 epochs
 
 
 
 
 
 
 
34
 
35
  ### Inference
36
  ```python
 
26
  - domain
27
 
28
  ### Training
29
+ |Epoch|Loss|
30
+ |:--:|:--:|
31
+ |1 |0.0485|
32
+ |2 |0.00837|
33
+ |3 |0.00812|
34
+ |4 |0.0029|
35
+ |5 |0.014|
36
+ |6 |0.00748|
37
+ |7 |0.0041|
38
+ |8 |0.00543|
39
+ |9 |0.00304|
40
+ |10 |0.000574|
41
 
42
  ### Inference
43
  ```python