Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
kye
/
Andromeda
like
1
Model card
Files
Files and versions
Community
main
Andromeda
/
example.py
kye
Upload 73 files
ca4fc4d
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
171 Bytes
import
torch
from
Andromeda.configs
import
Andromeda1Billion
model = Andromeda1Billion().cuda()
x = torch.randint(
0
,
256
, (
1
,
1024
)).cuda()
model(x)
# (1, 1024, 20000)