Improve language tag
Browse filesHi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.
README.md
CHANGED
@@ -1,38 +1,50 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
license_link: https://huggingface.co/SamsungSAILMontreal/ByteCraft/blob/main/LICENSE
|
4 |
-
language:
|
5 |
-
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
license_link: https://huggingface.co/SamsungSAILMontreal/ByteCraft/blob/main/LICENSE
|
4 |
+
language:
|
5 |
+
- zho
|
6 |
+
- eng
|
7 |
+
- fra
|
8 |
+
- spa
|
9 |
+
- por
|
10 |
+
- deu
|
11 |
+
- ita
|
12 |
+
- rus
|
13 |
+
- jpn
|
14 |
+
- kor
|
15 |
+
- vie
|
16 |
+
- tha
|
17 |
+
- ara
|
18 |
+
pipeline_tag: text-generation
|
19 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
20 |
+
tags:
|
21 |
+
- chat
|
22 |
+
library_name: transformers
|
23 |
+
---
|
24 |
+
|
25 |
+
# ByteCraft
|
26 |
+
|
27 |
+
ByteCraft is the world's first generative model of SWF video games and animations through bytes conditional on prompt.
|
28 |
+
|
29 |
+
<p align="center">
|
30 |
+
<img src="https://emygervais.github.io/assets/images/screenshots.png" width="80%"/>
|
31 |
+
<p>
|
32 |
+
|
33 |
+
For more details, please refer to our [Blog](https://emygervais.github.io/2025/03/15/bytecraft.html), [Paper/Tech-report](https://github.com/SamsungSAILMontreal/ByteCraft/blob/main/paper/ByteCraft.pdf), and [Inference Code](https://github.com/SamsungSAILMontreal/ByteCraft).
|
34 |
+
|
35 |
+
# Reference
|
36 |
+
|
37 |
+
If you find our work useful, please consider citing:
|
38 |
+
|
39 |
+
```bib
|
40 |
+
@article{202503.1962,
|
41 |
+
doi = {10.20944/preprints202503.1962.v1},
|
42 |
+
url = {https://www.preprints.org/manuscript/202503.1962/v1},
|
43 |
+
year = 2025,
|
44 |
+
month = {March},
|
45 |
+
publisher = {Preprints},
|
46 |
+
author = {Alexia Jolicoeur-Martineau and Emy Gervais},
|
47 |
+
title = {ByteCraft: Generating Video Games and Animations Through Bytes},
|
48 |
+
journal = {Preprints}
|
49 |
+
}
|
50 |
+
```
|