RiddleHe commited on
Commit
81b458f
·
verified ·
1 Parent(s): cae8c4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -158
README.md CHANGED
@@ -7,6 +7,7 @@ library_name: diffusers
7
  <!-- Provide a quick summary of what the model is/does. -->
8
  The model is able to generate 512x512 breast cancer pathology images based on generic text prompts, eg. "A histopathology image of breast cancer tissue."
9
 
 
10
 
11
  ## Model Details
12
 
@@ -14,163 +15,5 @@ The model is able to generate 512x512 breast cancer pathology images based on ge
14
 
15
  <!-- Provide a longer summary of what this model is. -->
16
 
17
- This is the model card of a 🧨 diffusers model that has been pushed on the Hub. This model card has been automatically generated.
18
-
19
  - **Developed by:** [Muyu He]
20
- - **Model type:** [More Information Needed]
21
- - **Language(s) (NLP):** [More Information Needed]
22
- - **License:** [More Information Needed]
23
  - **Finetuned from model [optional]:** [CompVis/stable-diffusion-v1-4]
24
-
25
- ## Uses
26
-
27
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
28
-
29
- ### Direct Use
30
-
31
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
32
-
33
- [More Information Needed]
34
-
35
- ### Downstream Use [optional]
36
-
37
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
38
-
39
- [More Information Needed]
40
-
41
- ### Out-of-Scope Use
42
-
43
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
44
-
45
- [More Information Needed]
46
-
47
- ## Bias, Risks, and Limitations
48
-
49
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
50
-
51
- [More Information Needed]
52
-
53
- ### Recommendations
54
-
55
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
56
-
57
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
58
-
59
- ## How to Get Started with the Model
60
-
61
- Use the code below to get started with the model.
62
-
63
- [More Information Needed]
64
-
65
- ## Training Details
66
-
67
- ### Training Data
68
-
69
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
70
-
71
- [More Information Needed]
72
-
73
- ### Training Procedure
74
-
75
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
76
-
77
- #### Preprocessing [optional]
78
-
79
- [More Information Needed]
80
-
81
-
82
- #### Training Hyperparameters
83
-
84
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
85
-
86
- #### Speeds, Sizes, Times [optional]
87
-
88
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
89
-
90
- [More Information Needed]
91
-
92
- ## Evaluation
93
-
94
- <!-- This section describes the evaluation protocols and provides the results. -->
95
-
96
- ### Testing Data, Factors & Metrics
97
-
98
- #### Testing Data
99
-
100
- <!-- This should link to a Dataset Card if possible. -->
101
-
102
- [More Information Needed]
103
-
104
- #### Factors
105
-
106
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
107
-
108
- [More Information Needed]
109
-
110
- #### Metrics
111
-
112
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
113
-
114
- [More Information Needed]
115
-
116
- ### Results
117
-
118
- [More Information Needed]
119
-
120
- #### Summary
121
-
122
-
123
-
124
- ## Model Examination [optional]
125
-
126
- <!-- Relevant interpretability work for the model goes here -->
127
-
128
- [More Information Needed]
129
-
130
- ## Technical Specifications [optional]
131
-
132
- ### Model Architecture and Objective
133
-
134
- [More Information Needed]
135
-
136
- ### Compute Infrastructure
137
-
138
- [More Information Needed]
139
-
140
- #### Hardware
141
-
142
- [More Information Needed]
143
-
144
- #### Software
145
-
146
- [More Information Needed]
147
-
148
- ## Citation [optional]
149
-
150
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
151
-
152
- **BibTeX:**
153
-
154
- [More Information Needed]
155
-
156
- **APA:**
157
-
158
- [More Information Needed]
159
-
160
- ## Glossary [optional]
161
-
162
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
163
-
164
- [More Information Needed]
165
-
166
- ## More Information [optional]
167
-
168
- [More Information Needed]
169
-
170
- ## Model Card Authors [optional]
171
-
172
- [More Information Needed]
173
-
174
- ## Model Card Contact
175
-
176
- [More Information Needed]
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
  The model is able to generate 512x512 breast cancer pathology images based on generic text prompts, eg. "A histopathology image of breast cancer tissue."
9
 
10
+ It is the fusion of Stable Diffusion 1.4 and a LORA fine-tuned on 28218 pathology images from the BRCA dataset.
11
 
12
  ## Model Details
13
 
 
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
 
 
18
  - **Developed by:** [Muyu He]
 
 
 
19
  - **Finetuned from model [optional]:** [CompVis/stable-diffusion-v1-4]