Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

New Paper: RETRO  #111

@jacobbieker

Description

@jacobbieker

Detailed Description

https://medium.com/syncedreview/deepminds-retro-retrieval-enhanced-transformer-retrieves-from-trillions-of-tokens-achieving-c54313fec51d

Context

Paper is mostly about language models, but has an interesting idea for searching for similar text to help the model learn, and seems to work well. I believe we talked about that at some point, using similarity search, for satellite predictions, and this seems to say it works for nlp at least.

Possible Implementation

Have a database of similar historical PV data to search from, or satellite images, and use something like faiss for fast search. Then would be able to include historical past and future gsp data as well for those days to help with predictions

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions