DanielCano commited on
Commit
1105ed2
1 Parent(s): cc1bbd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -123,16 +123,6 @@ print(f'Sentiment : {model.config.id2label[prediction.detach().cpu().numpy()[0]
123
 
124
 
125
  A more in depth example on how to use the model can be found in this colab notebook: https://colab.research.google.com/drive/1XsKea6oMyEckye2FePW_XN7Rf8v41Cw_?usp=sharing
126
-
127
-
128
- ## Finetune Hyperparameters
129
-
130
-
131
- * MAX_LEN = 32
132
- * TRAIN_BATCH_SIZE = 8
133
- * VALID_BATCH_SIZE = 4
134
- * EPOCHS = 5
135
- * LEARNING_RATE = 1e-05
136
 
137
 
138
  ## Validation Results
123
 
124
 
125
  A more in depth example on how to use the model can be found in this colab notebook: https://colab.research.google.com/drive/1XsKea6oMyEckye2FePW_XN7Rf8v41Cw_?usp=sharing
 
 
 
 
 
 
 
 
 
 
126
 
127
 
128
  ## Validation Results