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
5ce9741
evo2-7b
207 kB
Ctrl+K
Ctrl+K
1 contributor
History:
26 commits
ishanjmukherjee
Update inspect keys script
5ce9741
about 1 year ago
.gitattributes
Safe
1.52 kB
initial commit
about 1 year ago
.gitignore
38 Bytes
PT to safetensors
about 1 year ago
LICENSE
Safe
37 Bytes
License and readme
about 1 year ago
README.md
Safe
50 Bytes
License and readme
about 1 year ago
attention.py
Safe
42.6 kB
Copy Python verbatim from vortex
about 1 year ago
cache.py
Safe
1.85 kB
Copy Python verbatim from vortex
about 1 year ago
config.json
Safe
1.94 kB
Disable Flash Attention (for now)
about 1 year ago
configuration_evo2.py
Safe
5.56 kB
Add use_cache argument in config definition
about 1 year ago
convert-weights.py
7.44 kB
PT to safetensors
about 1 year ago
debugging.py
Safe
626 Bytes
Local test scripts
about 1 year ago
engine.py
Safe
21.5 kB
Copy Python verbatim from vortex
about 1 year ago
from-config-inference.py
Safe
542 Bytes
Local test scripts
about 1 year ago
generation.py
Safe
14.4 kB
Copy Python verbatim from vortex
about 1 year ago
inference.py
1.02 kB
Change generate() arguments to the format expected by Evo 2
about 1 year ago
inspect-keys.py
4.19 kB
Update inspect keys script
about 1 year ago
layers.py
Safe
9.1 kB
Copy Python verbatim from vortex
about 1 year ago
model.py
41.6 kB
Remove more manual device management logic from model.py
about 1 year ago
modeling_evo2.py
Safe
8.01 kB
Change past_key_values indexing from hyena (inherited from Together's Evo 1 HF code) to hcl, hcm and hcs
about 1 year ago
positional_embeddings.py
Safe
4.9 kB
Copy Python verbatim from vortex
about 1 year ago
rich_logging.py
Safe
2.03 kB
Rich logging from vortex
about 1 year ago
rotary.py
Safe
21.8 kB
Copy rotary from vortex; drop-in replace vortex.ops apply_rotary with flash_attn's apply_rotary
about 1 year ago
sample.py
Safe
3.06 kB
Copy Python verbatim from vortex
about 1 year ago
special_tokens_map.json
Safe
3 Bytes
Copy Python verbatim from vortex
about 1 year ago
tokenizer.py
Safe
4.84 kB
Fix tokenization decoding error
about 1 year ago
tokenizer_config.json
Safe
299 Bytes
Add tokenizer files verbatim from Together's Evo 1 HF
about 1 year ago
utils.py
Safe
8.16 kB
Copy Python verbatim from vortex
about 1 year ago