conversationai-models icon indicating copy to clipboard operation
conversationai-models copied to clipboard

A repository to house model building experiments and tools that are part of the Conversation AI effort.

Results 33 conversationai-models issues
Sort by recently updated
recently updated
newest added

Removing threshold from TPR computations in notebook.

Code that analyses the bias based on two classifiers trained on gender only bios.

Evaluates the hypothesis that multiple training runs will have different gender dimensions: - This seems to be somewhat true, although there is some consistency in the directions (e.g. the cosine...

* The current CSV to tf.record converter has hard-wired field selectors. These should be specified on the command line. * CSV is a bad format: there are multiple usually incompatible...

Make the behavior similar to existing tfrecord input.

infrastructure

Existing test for episodic data reader loads a ton of files - might be better to change the test to load only a small set of files and validate that...

infrastructure

It's highly repeatable, and I suspect that because 10K * batch size is approximately the input size, we are having some bad behavior at the repeat() time. Not sure how...

@sorensenjs points out that tf Datasets can read a wide variety of formats. It may be too restrictive to only read in TFRecordFormat.