Taqi Jaffri
Taqi Jaffri
Amazon announced support for [List Skills](https://developer.amazon.com/public/community/post/TxJHHV2O3Z9IFS/Amazon-Enables-Developers-to-Extend-Shopping-and-To-do-List-Capabilities-a-New-A) on 10/13. Would be great to add support for those... I think structurally these will be very similar to Smart Home Skills but possible...
There are some requirements I learned the hard way, when using alexa-response. Perhaps we should enforce these in code so that others get an immediate exception or Error if they...
## Motivation Add label smoothing to cross entropy loss ## Modification Adds a call to the newly added pytorch label_smoothing capability: https://pytorch.org/docs/stable/generated/torch.nn.functional.cross_entropy.html#torch.nn.functional.cross_entropy ## BC-breaking (Optional) Requires pytorch 1.10.0 or higher....
I have been playing around with SQLDatabaseChain using some non-OpenAI models, and found some useful tips and tricks: 1. Use a query checker to fix small mistakes in the model...
### Adds a document loader for Docugami Specifically: 1. Adds a data loader that talks to the [Docugami](http://docugami.com) API to download processed documents as semantic XML 2. Parses the semantic...
Let's say you have a helper that's used across various tests and that helper itself uses import. You can't use import/export in the helper file right now and get error...
I created a skill via this starter, then hooked it up to coveralls.io. The goal, ofcourse, is to get a code coverage report... both in terms of % covered and...
Introduces a Dev Container configuration (.devcontainer/devcontainer.json) to simplify development setup, so we can use this repo when running hands-on labs with people who might not necessarily have a good local...