Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing
scores
parameter in MLPutTrainedModelVocabularyRequest
(
#2321) (#2322) This adds the missing scores parameter that was introduced in v8.9.0. [Docs](https://www.elastic.co/guide/en/elasticsearch/reference/8.9/put-trained-model-vocabulary.html#ml-put-trained-model-vocabulary-request-body) say: > (Optional, array) Vocabulary value scores used by sentence-piece tokenization. Must have the same length as vocabulary. Required for unigram sentence-piece tokenized models like XLMRoberta and T5. (cherry picked from commit e279583) Co-authored-by: David Olaru <[email protected]>
- Loading branch information