Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # Model name
2
 
3
  ## Model description
@@ -30,4 +34,4 @@ The model was fine-tuned on a dataset made up of several well-known QA datasets
30
 
31
  ## Training procedure
32
 
33
- The model was trained for 20 epochs over the training set with a learning rate of 1e-3. The batch size was only 4 due to GPU memory limitations when training on Google Colab.
 
1
+ ---
2
+ base_model:
3
+ - google-t5/t5-base
4
+ ---
5
  # Model name
6
 
7
  ## Model description
 
34
 
35
  ## Training procedure
36
 
37
+ The model was trained for 20 epochs over the training set with a learning rate of 1e-3. The batch size was only 4 due to GPU memory limitations when training on Google Colab.