Add Based LLM from Hazy Research. (#2411)

This commit is contained in:
Jani Monoses
2024-08-12 22:21:19 +03:00
committed by GitHub
parent d3fe989d08
commit 35e5f31397
4 changed files with 885 additions and 0 deletions

View File

@ -1,3 +1,4 @@
pub mod based;
pub mod beit;
pub mod bert;
pub mod bigcode;