Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Backedman
/
TriviaAnsweringMachine
like
0
Question Answering
Transformers
English
TFIDF-QA
custom_code
License:
mit
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
dae96df
TriviaAnsweringMachine
/
custom_tokenizer.py
Backedman
Create custom_tokenizer.py
c8dfeef
verified
almost 2 years ago
raw
Copy download link
history
blame
Safe
161 Bytes
class
CustomTokenizer
:
def
__init__
(
self
):
pass
def
__call__
(
self, text
):
# No tokenization, return input text as-is
return
text