Basically im trying to use HuggingFace's Tapas transfer to make an open-domain Q&A bot, but I need to tokenize the strings and table. I've been trying to use Deep Java Library to run it on Android, but i don't think I could do that without rewriting Huggingface's tokenizer in Java from scratch. Does anyone know if there's an Tapas model that runs on Android/Java?
Basically im trying to use HuggingFace's Tapas transfer to make an open-domain Q&A bot, but I need to tokenize the strings and table. I've been trying to use Deep Java Library to run it on Android, but i don't think I could do that without rewriting Huggingface's tokenizer in Java from scratch. Does anyone know if there's an Tapas model that runs on Android/Java?