You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. The format
6
6
- Addition of the [LongT5](https://arxiv.org/abs/2112.07916) model architecture and pretrained weights.
7
7
- Addition of `add_tokens` and `add_extra_ids` interface methods to the `TokenizerOption`. Allow building most pipeline with custom tokenizer via `new_with_tokenizer`.
8
8
- Addition of `get_tokenizer` and `get_tokenizer_mut` methods to all pipelines allowing to get a (mutable) reference to the pipeline tokenizer.
9
+
- Addition of a `get_embedding_dim` method to get the dimension of the embeddings for sentence embeddings pipelines
9
10
10
11
## Changed
11
12
- Bumped the tokenizers dependency from 7.x to 8.x, exposing additional options for special token mapping and adding the NLLBTokenizer.
0 commit comments