tmcgirr commited on
Commit
006eb75
1 Parent(s): 8aa0963

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -18,7 +18,7 @@ Model trained using BERT ("bert-base-cased") for AAI NLP Course.
18
  Model trained using BERT ("bert-base-cased") on the SQuAD Dataset.
19
 
20
 
21
- - **Developed by:** [Trevor McGirr]
22
  - **Model type:** [Transformer]
23
  - **Language(s) (NLP):** [English]
24
  - **License:** [Unknown]
@@ -38,7 +38,7 @@ Basic QA for questions from the SQuAD Dataset
38
  ### Out-of-Scope Use
39
 
40
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
41
- Model may not perform well on current events or data not included in the SQuAD Dataset
42
 
43
  ## How to Get Started with the Model
44
 
@@ -50,12 +50,12 @@ Use the Interface API to interact with the model.
50
 
51
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
52
 
53
- [https://www.kaggle.com/datasets/stanfordu/stanford-question-answering-dataset/data]
54
 
55
  ### Training Procedure
56
 
57
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
58
- [https://github.com/tmcgirr/SQUAD-BERT-chatbot-AAI/blob/master/chatbot_training/chatbot.ipynb]
59
 
60
  ## Evaluation
61
 
 
18
  Model trained using BERT ("bert-base-cased") on the SQuAD Dataset.
19
 
20
 
21
+ - **Developed by:** [Trevor McGirr, Eyoha Mengistu, Reed Oken]
22
  - **Model type:** [Transformer]
23
  - **Language(s) (NLP):** [English]
24
  - **License:** [Unknown]
 
38
  ### Out-of-Scope Use
39
 
40
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
41
+ Model may not perform well on current events or uncommon language.
42
 
43
  ## How to Get Started with the Model
44
 
 
50
 
51
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
52
 
53
+ https://www.kaggle.com/datasets/stanfordu/stanford-question-answering-dataset/data
54
 
55
  ### Training Procedure
56
 
57
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
58
+ https://github.com/tmcgirr/SQUAD-BERT-chatbot-AAI/blob/master/chatbot_training/chatbot.ipynb
59
 
60
  ## Evaluation
61