sigridjineth commited on
Commit
830f62d
1 Parent(s): 9c13836

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  # Running Jina Embedding V3 on Text-Embedding-Inference
2
  * See branch: TEI-support
3
- Changes Made to GTE styled architecture:
 
4
  1. Removed the "roberta" prefix from all tensor names.
5
  2. Renamed "mixer" to "attention" in encoder layers.
6
  3. Converted "Wqkv" to "qkv_proj" for combined query, key, value projections.
 
1
  # Running Jina Embedding V3 on Text-Embedding-Inference
2
  * See branch: TEI-support
3
+
4
+ * Changes Made to GTE styled architecture:
5
  1. Removed the "roberta" prefix from all tensor names.
6
  2. Renamed "mixer" to "attention" in encoder layers.
7
  3. Converted "Wqkv" to "qkv_proj" for combined query, key, value projections.