Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
OLMResearch
/
olm-chat-7b
like
0
Follow
OLM Research
2
TensorBoard
Model card
Files
Files and versions
Metrics
Training metrics
Community
main
olm-chat-7b
/
open_lm
/
positional_embedding
/
none.py
henhenhahi111112
Upload folder using huggingface_hub
af6e330
verified
7 months 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