How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="SamsungSAILMontreal/ByteCraft")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("SamsungSAILMontreal/ByteCraft")
model = AutoModelForCausalLM.from_pretrained("SamsungSAILMontreal/ByteCraft")
Quick Links

Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)

ByteCraft

ByteCraft is the world's first generative model of SWF video games and animations through bytes conditional on prompt.

For more details, please refer to our Blog, Paper/Tech-report, and Inference Code.

Reference

If you find our work useful, please consider citing:

@article{202503.1962,
    doi = {10.20944/preprints202503.1962.v1},
    url = {https://www.preprints.org/manuscript/202503.1962/v1},
    year = 2025,
    month = {March},
    publisher = {Preprints},
    author = {Alexia Jolicoeur-Martineau and Emy Gervais},
    title = {ByteCraft: Generating Video Games and Animations Through Bytes},
    journal = {Preprints}
}
Downloads last month
12
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SamsungSAILMontreal/ByteCraft

Base model

Qwen/Qwen2.5-7B
Finetuned
(3372)
this model
Quantizations
3 models