Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dakor Gupta : Added another model for comparision. #26

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Dakor Gupta : Added another model for comparision. #26

wants to merge 7 commits into from

Conversation

DakorGupta
Copy link

@DakorGupta DakorGupta commented May 21, 2021

2 models used

  1. distilbert-base-uncased-distilled-squad
  2. bert-large-uncased-whole-word-masking-finetuned-squad

Added a couple of print statements to print questions then answers sequentially.

Output -
--(1)--------Using distilbert-base-uncased-distilled-squad Model ---------------------------

Question: who won the match sri lanka or india?
Answer: India

Question:
what was the prison called in the green mile?
Answer: Cold Mountain Penitentiary

Question: what is the widest highway in north america?
Answer: Highway 401

Question: what makes the center of an atom stable?
Answer: electromagnetic force

Question: who did holly matthews play in waterloo rd?
Answer: Leigh-Ann Galloway

--(2)----------------Using bert-large-uncased-whole-word-masking-finetuned-squad Model ------------------

Question: who won the match sri lanka or india?
Answer: india

Question:
what was the prison called in the green mile?
Answer: cold mountain penitentiary

Question: what is the widest highway in north america?
Answer: highway 401

Question: what makes the center of an atom stable?
Answer:

Question: who did holly matthews play in waterloo rd?
Answer: leigh - ann galloway

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 models used 
1) distilbert-base-uncased-distilled-squad
2) bert-large-uncased-whole-word-masking-finetuned-squad
@DakorGupta DakorGupta changed the title Added another model for comparision. Dakor Gupta : Added another model for comparision. May 21, 2021
@VibhavTiwari
Copy link

There's only one "I" in "comparison".

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1st workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants