paarthmadan commited on
Commit
4555748
·
1 Parent(s): a3956e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -8,6 +8,11 @@ This is the deployment part of the project.
8
  ### Training:
9
  Run the Google Colab notebook (Runtime = "GPU") (https://colab.research.google.com/drive/1EuF5FDl1X8VnuOO5RxzmM0c9TbtQrVm9?usp=sharing)
10
 
 
 
 
 
 
11
  ### Usage
12
  1) Set up the conda environment with dependencies
13
  2) In terminal, run the command- uvivorn sentiment_analyzer.api:app --reload
 
8
  ### Training:
9
  Run the Google Colab notebook (Runtime = "GPU") (https://colab.research.google.com/drive/1EuF5FDl1X8VnuOO5RxzmM0c9TbtQrVm9?usp=sharing)
10
 
11
+ ### Fine Tuning
12
+ 1) Increasing #epochs
13
+ 2) Increasing BATCH_SIZE to 32
14
+ 3) Changing Adam optimizer rate
15
+
16
  ### Usage
17
  1) Set up the conda environment with dependencies
18
  2) In terminal, run the command- uvivorn sentiment_analyzer.api:app --reload