input sequence

#1
by naif576 - opened

hello there and thanks for the great work.

I wanted to ask what was the input sequence to the tokenizer.
How did you manage to combine the sentence with the aspect?

I tried to use them as a pair of sentences
for example:

text = "my name is Naif and I love math but I hate science."
aspect = "math"
tokenizer(text, aspect)

is this the correct way to do so?

Sign up or log in to comment