Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
ishanjmukherjee
/
evo2-7b
like
0
Safetensors
evo2
custom_code
Model card
Files
Files and versions
xet
Community
main
evo2-7b
13.2 GB
1 contributor
History:
34 commits
ishanjmukherjee
Upload model.safetensors with huggingface_hub
3daf17a
verified
11 months ago
.gitattributes
1.52 kB
initial commit
11 months ago
.gitignore
74 Bytes
Clean up gitignore for HF push
11 months ago
LICENSE
37 Bytes
License and readme
11 months ago
README.md
50 Bytes
License and readme
11 months ago
attention.py
42.6 kB
Copy Python verbatim from vortex
11 months ago
cache.py
1.85 kB
Copy Python verbatim from vortex
11 months ago
config.json
1.94 kB
Disable Flash Attention (for now)
11 months ago
configuration_evo2.py
5.56 kB
Add use_cache argument in config definition
11 months ago
convert-weights.py
7.41 kB
Fix PT to safetensors conversion
11 months ago
debugging.py
626 Bytes
Local test scripts
11 months ago
engine.py
21.5 kB
Copy Python verbatim from vortex
11 months ago
from-config-inference.py
542 Bytes
Local test scripts
11 months ago
generation.py
14.4 kB
Copy Python verbatim from vortex
11 months ago
inference.py
1.89 kB
Longer DNA prompt
11 months ago
inspect-keys.py
4.06 kB
Show subtractions of HF and checkpoint key sets in inspection script
11 months ago
layers.py
9.1 kB
Copy Python verbatim from vortex
11 months ago
model.py
41.7 kB
Remove more custom device management
11 months ago
model.safetensors
13.2 GB
xet
Upload model.safetensors with huggingface_hub
11 months ago
modeling_evo2.py
8.01 kB
Change past_key_values indexing from hyena (inherited from Together's Evo 1 HF code) to hcl, hcm and hcs
11 months ago
positional_embeddings.py
4.9 kB
Copy Python verbatim from vortex
11 months ago
rich_logging.py
2.03 kB
Rich logging from vortex
11 months ago
rotary.py
21.8 kB
Copy rotary from vortex; drop-in replace vortex.ops apply_rotary with flash_attn's apply_rotary
11 months ago
sample.py
3.06 kB
Copy Python verbatim from vortex
11 months ago
special_tokens_map.json
3 Bytes
Copy Python verbatim from vortex
11 months ago
tokenizer.py
4.84 kB
Fix tokenization decoding error
11 months ago
tokenizer_config.json
299 Bytes
Add tokenizer files verbatim from Together's Evo 1 HF
11 months ago
utils.py
8.16 kB
Copy Python verbatim from vortex
11 months ago