Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
OLMResearch
/
olm-chat-1b
like
0
Follow
OLM Research
3
TensorBoard
Model card
Files
Files and versions
xet
Metrics
Training metrics
Community
main
olm-chat-1b
/
open_lm
/
positional_embedding
/
none.py
henhenhahi111112
Upload folder using huggingface_hub
f6d0071
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
def
identity_with_cast
(
q, k, v, offset:
int
=
0
):
return
q.to(v.dtype), k.to(v.dtype), v