This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Model cards update - #136
Merged
Merged
Conversation
dirkgr
approved these changes
Sep 25, 2020
Comment on lines
+47
to
+53
| "dataset": "The TransformerQA model was fine-tuned on SQuAD train set. | ||
| The underlying BERT model was pretrained on BooksCorpus (800M words) (Zhu et al.,2015) | ||
| and English Wikipedia (2,500M words).", | ||
| "motivation": "For the pretrained BERT model, document-level corpora were used rather than a shuffled sentence-level corpus | ||
| such as the Billion Word Benchmark (Chelba et al., 2013) in order to extract long contiguous sequences", | ||
| "preprocessing": "For the pretrained BERT model, only the text passages were extracted from English Wikipedia; | ||
| lists, tables, and headers were ignored.", |
Contributor
There was a problem hiding this comment.
If we want to show this in the demo, we'll need a way to embed links and other simple markup in this text. I wonder how @jonborchardt feels about parsing Markdown? :-P
There was a problem hiding this comment.
we should fully embrace using markdown where it makes sense
there is no issue displaying it in the ui
that being said, im not sure what uses these fields right now.. but md support currently does not exist in the allennlp demo
Contributor
Author
There was a problem hiding this comment.
In the email I just sent, I am also proposing that we support latex and images. 😅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a json template to easily fill in model card information.
Also partially updated the information for TransformerQA (RC) model.