Expand description
Yi Model V2 - Clean implementation using solid abstractions
This implements the Yi architecture including:
- Yi-6B, Yi-34B, Yi-Chat, Yi-Coder
Structsยง
- YiAttention
- Yi attention mechanism
- YiConfig
- YiLayer
- Yi transformer layer
- YiMLP
- Yi MLP (feed-forward network)
- YiModel
V2 - Main Yi model implementation