Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
kye
/
Andromeda
like
1
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
Andromeda
/
example.py
kye
Upload 73 files
ca4fc4d
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
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)