kamalkraj / ALBERT-TF2.0

ALBERT model Pretraining and Fine Tuning using TF2.0
Apache License 2.0
199 stars 45 forks source link

ALBERT Fine tuned on SQUAD 2 and REST API for inference #38

Open bhimanbaghel opened 4 years ago

bhimanbaghel commented 4 years ago

Hi, Can you plz share ALBERT xxlarge model fine-tuned on SQUAD 2 and if possible a REST API same as your previous BERT-SQUAD (https://github.com/kamalkraj/BERT-SQuAD) or at least the inference code where the program takes paragraph and question as input and return the answer as output.

I have limited resources and time to fine-tune the model. So requesting you to share the same.

Thank You!!!