Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kotoba-tech
/
kotoba-speech
like
14
Running
on
T4
App
Files
Files
Community
a113e94
kotoba-speech
/
fam
/
llm
/
layers
/
__init__.py
yuta0306
first commit
565faca
8 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
from
fam.llm.layers.attn
import
SelfAttention
from
fam.llm.layers.combined
import
Block
from
fam.llm.layers.layers
import
MLP, LayerNorm, RMSNorm, SwiGLU