Implementation of a Hugging Face tokenizer for machine learning tasks. More...
#include <fmt/format.h>#include <tokenizers_cpp.h>#include <iostream>#include "BaseFunction.h"#include "velox/exec/tests/utils/AssertQueryBuilder.h"#include "velox/exec/tests/utils/PlanBuilder.h"#include "velox/exec/tests/utils/TempDirectoryPath.h"#include "velox/ml_functions/UtilFunction.h"#include "velox/vector/tests/utils/VectorTestBase.h"Go to the source code of this file.
Classes | |
| class | HuggingFaceTokenizer |
| Implements a machine learning function for tokenizing text using a Hugging Face tokenizer. More... | |
Implementation of a Hugging Face tokenizer for machine learning tasks.