Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,35 +7,39 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
11 |
The team at BirdL are producing a decentralized metaverse experience for all to enjoy! Using the best OSS tools!
|
12 |
|
13 |
-
What we will do
|
14 |
- We will keep all research artifacts open and accessible.
|
15 |
- We will give proper credit to model creators.
|
16 |
- We will expand open training methods such as those inspired by Boris Dayma with Dalle-Mini(1)
|
17 |
- We will keep all experiences accessible to the public.
|
18 |
|
19 |
-
What we will NOT do
|
20 |
-
- We will not open source game code or other “collage” code defined in 1.2 My reasoning is to not enable easy
|
21 |
-
- We will not mislead customers that these experiences are attached to real people.
|
22 |
|
23 |
-
|
24 |
|
25 |
BirdL is an organization dedicated to producing digital experiences, our goal is to produce great games built on modern technology, with modern practices,
|
26 |
|
27 |
-
|
28 |
|
29 |
Collage code is code to bring experiences together, such as the code directly in our games, server infrastructure, and other code meant to make the experience integrated.
|
30 |
|
31 |
-
Collage code isn’t code for model related tasks such as: finetuning, experimenting, logging, etc. Collage code is primarily aimed at helping researchers and are parts of the puzzle in our
|
|
|
|
|
32 |
|
33 |
(1)
|
|
|
34 |
@misc{Dayma_DALL·E_Mini_2021,
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
}
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
## 1. The BirdL Pledge
|
11 |
The team at BirdL are producing a decentralized metaverse experience for all to enjoy! Using the best OSS tools!
|
12 |
|
13 |
+
**What we will do:**
|
14 |
- We will keep all research artifacts open and accessible.
|
15 |
- We will give proper credit to model creators.
|
16 |
- We will expand open training methods such as those inspired by Boris Dayma with Dalle-Mini(1)
|
17 |
- We will keep all experiences accessible to the public.
|
18 |
|
19 |
+
**What we will NOT do:**
|
20 |
+
- We will not open source game code or other “collage” code defined in 1.2 My reasoning is to not enable easy exploiting and ease for competitors who won’t respect our open position in ML.
|
21 |
+
- We will not mislead customers that these experiences are in any way attached to real people.
|
22 |
|
23 |
+
## 1.1 About Us
|
24 |
|
25 |
BirdL is an organization dedicated to producing digital experiences, our goal is to produce great games built on modern technology, with modern practices,
|
26 |
|
27 |
+
## 1.2 Collage code
|
28 |
|
29 |
Collage code is code to bring experiences together, such as the code directly in our games, server infrastructure, and other code meant to make the experience integrated.
|
30 |
|
31 |
+
Collage code isn’t code for model related tasks such as: finetuning, experimenting, logging, etc. Collage code is primarily aimed at helping researchers and are parts of the puzzle in our integrated experiences. This code will be released under Apache 2.0 and other permissible licenses.
|
32 |
+
|
33 |
+
## Citations Used
|
34 |
|
35 |
(1)
|
36 |
+
```bibtext
|
37 |
@misc{Dayma_DALL·E_Mini_2021,
|
38 |
+
author = {Dayma, Boris and Patil, Suraj and Cuenca, Pedro and Saifullah, Khalid and Abraham, Tanishq and Lê Khắc, Phúc and Melas, Luke and Ghosh, Ritobrata},
|
39 |
+
doi = {10.5281/zenodo.5146400},
|
40 |
+
month = {7},
|
41 |
+
title = {DALL·E Mini},
|
42 |
+
url = {https://github.com/borisdayma/dalle-mini},
|
43 |
+
year = {2021}
|
44 |
+
}
|
45 |
+
```
|