Competition hosted on Machinehack
Generate a response for the question from pre-defined text using LLM(Extracted Question-Answering(QA) Model).
-
mh-intel-oneapi-hackathon-the-llm-challenge-eda.ipynb
* seaborn * Pandas * Numpy * Matplotlib * nltk * spacy * wordcloud * spellchecker * sklearn
-
mh-intel-oneapi-hackathon-the-llm-challenge-model.ipynb
I have directly used a pre-trained model without fine-tuning it on the training data, primarily due to my limited knowledge in NLP-QA tasks. I loaded and predicted the test data using the transformers inference pipeline.
* Pandas * Huggingface