Text2Text Generation
Transformers
Safetensors
English
encoder-decoder
Inference Endpoints
Bachstelze commited on
Commit
e809f4e
1 Parent(s): 13f21d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -69,4 +69,7 @@ print(tokenizer.decode(output_ids[0]))
69
  - trained for 0.97 epochs
70
  - batch size of 14
71
  - 10000 warm-up steps
72
- - learning rate of 0.00005
 
 
 
 
69
  - trained for 0.97 epochs
70
  - batch size of 14
71
  - 10000 warm-up steps
72
+ - learning rate of 0.00005
73
+
74
+ ## Purpose of instructionBERT
75
+ InstructionBERT is intended for research purposes. The model-generated text should be treated as a starting point rather than a definitive solution for potential use cases. Users should be cautious when employing these models in their applications.