Jay Alammar

Results 9 issues of Jay Alammar

Primary attribution are currently supported for causal (GPT) models and enc-dec (T5/T0) models. It would be great to add support for MLM models. A good first implementation would target either...

help wanted

This config parameter was made to easily package config to send to the Javascript components. Ecco now handles all tokenization on the Python side to separate the concerns between the...

Wishlist of models to add to model-config: - [x] DeBERTa - [ ] GPT-J - [x] T0

When showing generation and attribution tokens, merge partial tokens so they appear as one token. Similarly, merge their attribution scores. This is especially important to support languages where characters tend...

Mark partial tokens with an ellipses character ![tokens3](https://user-images.githubusercontent.com/1007956/100841369-40113c00-3488-11eb-9cac-8b2653a4705e.png)

enhancement

This PR points to Cohere's existing generation models (previously defined models are out of date). It also tweak the behavior in `predict.py` that required the llm provider to have a...

This pull request has been automatically generated by prose.io.

Ideally with one function call that also keeps the state so the embeddings can be saved/reused.