Skip to content

Commit

Permalink
vault backup: 2023-11-12 - 1 files
Browse files Browse the repository at this point in the history
Affected files:
Monthly Notes/Oct 2023 notes.md
  • Loading branch information
swyx committed Nov 12, 2023
1 parent 048368a commit 663b3db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Monthly Notes/Oct 2023 notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@
- Reka Yasa-1 Multimodal LLM ([tweet](https://twitter.com/YiTayML/status/1709265184576204820), [blog](https://reka.ai/announcing-our-multimodal-ai-assistant/) - natively supports images, audio, and short video clips as inputs. )
- Retrieval augmented generation - Yasa can be taught to understand private datasets. Our API and on-premise deployment setup allows seamless integration of internal datasets of any modality type.
- Code Interpreter - Yasa is more than just a passive AI assistant; it has the capability to actively execute code. This feature is enabled via a simple flag. When active, Yasa automatically identifies the code block within its response, executes the code, and appends the result at the end of the block.
- [PaLI-3 Vision Language Models](https://arxiv.org/abs/2310.09199) ([arxiv.org](https://news.ycombinator.com/from?site=arxiv.org))
- TimeGPT https://news.ycombinator.com/item?id=37874891

## open source projects and templates

Expand Down Expand Up @@ -214,6 +212,9 @@
- bitter lesson
- Many Transformer variants have been proposed but almost all fancy variations don’t scale well
- More useful to abstract away Transformer as sequence of functions and think about input and output shapes and types
- misc
- [PaLI-3 Vision Language Models](https://arxiv.org/abs/2310.09199) ([arxiv.org](https://news.ycombinator.com/from?site=arxiv.org))
- TimeGPT https://news.ycombinator.com/item?id=37874891

## Fundraising

Expand Down

0 comments on commit 663b3db

Please sign in to comment.