alfredplpl
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ language:
|
|
13 |
CommonArt is a text-to-image generation model with authorized images only.
|
14 |
The architecture is based on DiT that is using by Stable Diffusion 3 and Sora.
|
15 |
|
16 |
-
|
17 |
|
18 |
You can use this model by diffusers library.
|
19 |
|
@@ -74,22 +74,9 @@ image.save("beach.png")
|
|
74 |
|
75 |
- To generate misinformation.
|
76 |
|
77 |
-
[More Information Needed]
|
78 |
-
|
79 |
## Bias, Risks, and Limitations
|
80 |
|
81 |
-
|
82 |
-
[More Information Needed]
|
83 |
-
|
84 |
-
### Recommendations
|
85 |
-
|
86 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
87 |
-
|
88 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
89 |
-
|
90 |
-
## How to Get Started with the Model
|
91 |
-
|
92 |
-
You use
|
93 |
|
94 |
## Training Details
|
95 |
|
@@ -98,13 +85,11 @@ You use
|
|
98 |
I used these dataset to train the transformer.
|
99 |
|
100 |
- CommonCatalog CC BY
|
101 |
-
- CommonCatalog CC BY
|
102 |
-
|
103 |
|
104 |
### Training Procedure
|
105 |
|
106 |
-
|
107 |
-
|
108 |
|
109 |
#### Training Hyperparameters
|
110 |
|
|
|
13 |
CommonArt is a text-to-image generation model with authorized images only.
|
14 |
The architecture is based on DiT that is using by Stable Diffusion 3 and Sora.
|
15 |
|
16 |
+
## How to Get Started with the Model
|
17 |
|
18 |
You can use this model by diffusers library.
|
19 |
|
|
|
74 |
|
75 |
- To generate misinformation.
|
76 |
|
|
|
|
|
77 |
## Bias, Risks, and Limitations
|
78 |
|
79 |
+
- limited represantation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
## Training Details
|
82 |
|
|
|
85 |
I used these dataset to train the transformer.
|
86 |
|
87 |
- CommonCatalog CC BY
|
88 |
+
- CommonCatalog CC BY Extention
|
|
|
89 |
|
90 |
### Training Procedure
|
91 |
|
92 |
+
TBA
|
|
|
93 |
|
94 |
#### Training Hyperparameters
|
95 |
|