Unverified Commit 1b583cfe authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Doc] Fix typos in docs (#10636)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent cf73f0c9
...@@ -365,7 +365,7 @@ Text Embedding ...@@ -365,7 +365,7 @@ Text Embedding
.. note:: .. note::
Unlike base Qwen2, :code:`Alibaba-NLP/gte-Qwen2-7B-instruct` uses bi-directional attention. Unlike base Qwen2, :code:`Alibaba-NLP/gte-Qwen2-7B-instruct` uses bi-directional attention.
You can set `--hf-overrides '{"is_causal": false}'` to change the attention mask accordingly. You can set :code:`--hf-overrides '{"is_causal": false}'` to change the attention mask accordingly.
On the other hand, its 1.5B variant (:code:`Alibaba-NLP/gte-Qwen2-1.5B-instruct`) uses causal attention On the other hand, its 1.5B variant (:code:`Alibaba-NLP/gte-Qwen2-1.5B-instruct`) uses causal attention
despite being described otherwise on its model card. despite being described otherwise on its model card.
......
...@@ -393,7 +393,7 @@ Feature x Hardware ...@@ -393,7 +393,7 @@ Feature x Hardware
- ✅ - ✅
- ✅ - ✅
- ✅ - ✅
- - ?
* - :abbr:`enc-dec (Encoder-Decoder Models)` * - :abbr:`enc-dec (Encoder-Decoder Models)`
- ✅ - ✅
- ✅ - ✅
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment