Harshit Gupta
Harshit Gupta
Yes! I would like to take up the issue
Hey, so I was using these references and noticed that since it is span-based labelling, I would need to handle offsets as seen here: https://github.com/huggingface/transformers/blob/main/examples/pytorch/question-answering/run_qa.py#L386 and https://github.com/google-research/bert/blob/master/run_squad.py#L242 Should I do...
Hey! I have handled the dataset part. Please check it out here: [SQuAD](https://colab.research.google.com/drive/1qLUMJqE7cVdP03HlmPjJ7aDfRWHoGZgV?usp=sharing) If there are any changes to be made, do let me know. cc: @abheesht17 @mattdangerw
@shivance Hey, no I don't think I won't be able to find time to do it :( You can take it up 👍🏻
Furthermore, we can perhaps also work towards publishing articles, explanations and tutorials on [Medium](https://medium.com/) or other commonly clicked websites for learning NLP and more. This can allow us to even...
Yes! I am working on the SQuAD example. It is similar to this.
@chenmoneygithub Link: https://colab.research.google.com/drive/100XEO_quSz1meTDSAhojLNPoHdGTFnyO?usp=sharing Taking the inputs as a context, answer and using the squad dataset as an example, I have returned the start and end indices as a list of...
@chenmoneygithub a gentle reminder for review