Sentence Similarity
sentence-transformers
PyTorch
TensorFlow
Rust
ONNX
Safetensors
Transformers
English
bert
feature-extraction
Inference Endpoints
text-embeddings-inference
5 papers
Techpro864 commited on
Commit
9770a90
1 Parent(s): 7dbbc90

Fix spelling error

Browse files

Fixed spelling error on hyper parameters section.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -129,7 +129,7 @@ We then apply the cross entropy loss by comparing with true pairs.
129
 
130
  #### Hyper parameters
131
 
132
- We trained ou model on a TPU v3-8. We train the model during 100k steps using a batch size of 1024 (128 per TPU core).
133
  We use a learning rate warm up of 500. The sequence length was limited to 128 tokens. We used the AdamW optimizer with
134
  a 2e-5 learning rate. The full training script is accessible in this current repository: `train_script.py`.
135
 
 
129
 
130
  #### Hyper parameters
131
 
132
+ We trained our model on a TPU v3-8. We train the model during 100k steps using a batch size of 1024 (128 per TPU core).
133
  We use a learning rate warm up of 500. The sequence length was limited to 128 tokens. We used the AdamW optimizer with
134
  a 2e-5 learning rate. The full training script is accessible in this current repository: `train_script.py`.
135