kazutab's picture
Upload folder using huggingface_hub (part 7)
0475af5 verified
Raw
History Blame Contribute Delete
114 Bytes
#pragma once
#include <string>
#include <vector>
std::vector<std::string> simple_tokenize(const std::string &);