sentence pair #42
Unanswered
rajae-Bens
asked this question in
Q&A
Replies: 1 comment
-
Hey the train_dataset is an instance of You can take a look at the NER notebook which contains a dataset class |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tired to apply this notebook AraBERT_Text_Classification_with_HF_Trainer_Pytorch_GPU.ipynb for sentence pair
I tried to change this line to add text_b but I failed
train_dataset.add_examples(texts_or_text_and_labels=train_df['text'],labels=train_df['label'],overwrite_examples = True)
Could someone help plz
Thank u
Beta Was this translation helpful? Give feedback.
All reactions