Kaludi commited on
Commit
00f0302
1 Parent(s): 1d8bd0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -22,6 +22,14 @@ co2_eq_emissions:
22
 
23
  A tool that analyzes the overall sentiment of customer reviews for a specific product or service, whether it’s positive or negative. This analysis is performed by using natural language processing algorithms and machine learning from the model ‘Reviews-Sentiment-Analysis’ trained by Kaludi, allowing businesses to gain valuable insights into customer satisfaction and improve their products and services accordingly.
24
 
 
 
 
 
 
 
 
 
25
  ## Validation Metrics
26
 
27
  - Loss: 0.159
 
22
 
23
  A tool that analyzes the overall sentiment of customer reviews for a specific product or service, whether it’s positive or negative. This analysis is performed by using natural language processing algorithms and machine learning from the model ‘Reviews-Sentiment-Analysis’ trained by Kaludi, allowing businesses to gain valuable insights into customer satisfaction and improve their products and services accordingly.
24
 
25
+ ## Training Procedure
26
+
27
+ - learning_rate = 1e-5
28
+ - batch_size = 32
29
+ - warmup = 600
30
+ - max_seq_length = 128
31
+ - num_train_epochs = 10.0
32
+
33
  ## Validation Metrics
34
 
35
  - Loss: 0.159