Skip to content
#

question-answering

Here are 611 public repositories matching this topic...

kelvinleen
kelvinleen commented Oct 13, 2017

in file model.py, _build_var_ema create and var_ema, and apply to all trainable variables, but it didn't use average to update the trainable variables. only in graph_handler.py, when load model from save would use var_ema。
is this a trick?
when training, create shadow variables for trainable variables, but dont update them, when predict, use this to initial the variables .
if it is, then

simpletransformers
ThilinaRajapakse
ThilinaRajapakse commented May 2, 2020

As Simple Transformers grows, the single page README documentation has gotten quite bloated and difficult to use. Because of this, I've decided that it's time (if not a little late already) to move the documentation to a more user-friendly Github Pages hosted website at the link below.

https://thilinarajapakse.github.io/simpletransformers/

As of now, only the text classification section is

haystack
nathan-chappell
nathan-chappell commented May 4, 2020

When using a Finder with a TfidfRetriever (InMemoryDocumentStore) and default TransformersReader all indices and scores are printed (see line 75 in tfidf.py), and there is no meta-data being inserted into the documents which are returned (line 96). I commented out the print call and added the following line to the Document constructor:

meta={'name':self.document_store.get_document_by_id(

Improve this page

Add a description, image, and links to the question-answering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the question-answering topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.