English
segmentation
Nano1337 commited on
Commit
a5c3ede
1 Parent(s): ca10562

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -16
README.md CHANGED
@@ -17,7 +17,7 @@ model-index:
17
 
18
  # SpecLab Model Card
19
 
20
- This model card focuses on the model associated with the DALL·E mini space on Hugging Face, available [here](https://huggingface.co/spaces/Nano1337/SpecLab).
21
 
22
  ## Model Details
23
 
@@ -25,8 +25,7 @@ This model card focuses on the model associated with the DALL·E mini space on H
25
  * **Model type:** Atrous Spatial Pyramid Pooling (ASPP) model for Specular Reflection Segmentation in Endoscopic Images
26
  * **Language(s):** English
27
  * **License:** GPL 3.0
28
- * **Model Description:** This is a model that can be used to generate images based on text prompts. As the model developers wrote in the [project report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini-Generate-images-from-any-text-prompt--VmlldzoyMDE4NDAy) about DALL·E mini, “OpenAI had the first impressive model for generating images with [DALL·E](https://openai.com/blog/dall-e/). DALL·E mini is an attempt at reproducing those results with an open-source model.”
29
- * **Resources for more information:** See OpenAI’s website for more information about [DALL·E](https://openai.com/blog/dall-e/), including the [DALL·E model card](https://github.com/openai/DALL-E/blob/master/model_card.md). See the [project report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini-Generate-images-from-any-text-prompt--VmlldzoyMDE4NDAy) for more information from the model’s developers. To learn more about DALL·E Mega, see the DALL·E Mega [training journal](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-Mega-Training--VmlldzoxODMxMDI2#training-parameters).
30
  * **Cite as:**
31
  ```bib text
32
  @misc{Haoli_SpecLab_2022,
@@ -60,8 +59,6 @@ The performance of the model may degrade when applied on non-biological tissue i
60
 
61
  The model is trained on endoscopy video data, so it has a bias towards detecting specular reflection better on biological tissue backgrounds.
62
 
63
-
64
-
65
  ### Limitations and Bias Recommendations
66
 
67
  * Users (both direct and downstream) should be made aware of the biases and limitations.
@@ -98,27 +95,27 @@ The simplified training procedure for SpecLab is as follows:
98
 
99
  ## Environmental Impact
100
 
101
- ### DALL·E Mini Estimated Emissions
102
 
103
  Based on that information, we estimate the following CO2 emissions using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). The hardware, runtime, cloud provider, and compute region were utilized to estimate the carbon impact.
104
 
105
  * **Hardware Type:** tesla V100-SXM2
106
  * **Hours used:** 6
107
  * **Cloud Provider:** Google Colab
108
- * **Compute Region:** us-east1 (provided by model developers)
109
- * **Carbon Emitted (Power consumption x Time x Carbon produced based on location of power grid):** 7.54 kg CO2 eq.
110
 
111
  ## Citation
112
 
113
  ```bibtext
114
- @misc{Dayma_DALL·E_Mini_2021,
115
- 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},
116
- doi = {10.5281/zenodo.5146400},
117
- month = {7},
118
- title = {DALL·E Mini},
119
- url = {https://github.com/borisdayma/dalle-mini},
120
- year = {2021}
121
  }
122
  ```
123
 
124
- *This model card was written by: Boris Dayma, Margaret Mitchell, Ezi Ozoani, Marissa Gerchick, Irene Solaiman, Clémentine Fourrier, Sasha Luccioni, Emily Witko, Nazneen Rajani, and Julian Herrera.*
 
17
 
18
  # SpecLab Model Card
19
 
20
+ This model card focuses on the model associated with the SpecLab space on Hugging Face, available [here](https://huggingface.co/spaces/Nano1337/SpecLab).
21
 
22
  ## Model Details
23
 
 
25
  * **Model type:** Atrous Spatial Pyramid Pooling (ASPP) model for Specular Reflection Segmentation in Endoscopic Images
26
  * **Language(s):** English
27
  * **License:** GPL 3.0
28
+ * **Model Description:** This is a model that can be used to create dense pixel-wise segmentation masks of detected specular reflections from an endoscopy image.
 
29
  * **Cite as:**
30
  ```bib text
31
  @misc{Haoli_SpecLab_2022,
 
59
 
60
  The model is trained on endoscopy video data, so it has a bias towards detecting specular reflection better on biological tissue backgrounds.
61
 
 
 
62
  ### Limitations and Bias Recommendations
63
 
64
  * Users (both direct and downstream) should be made aware of the biases and limitations.
 
95
 
96
  ## Environmental Impact
97
 
98
+ ### SpecLab Estimated Emissions
99
 
100
  Based on that information, we estimate the following CO2 emissions using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). The hardware, runtime, cloud provider, and compute region were utilized to estimate the carbon impact.
101
 
102
  * **Hardware Type:** tesla V100-SXM2
103
  * **Hours used:** 6
104
  * **Cloud Provider:** Google Colab
105
+ * **Compute Region:** us-south1
106
+ * **Carbon Emitted (Power consumption x Time x Carbon produced based on location of power grid):** 7.146 kg CO2 eq.
107
 
108
  ## Citation
109
 
110
  ```bibtext
111
+ @misc{Yin_SpecLab_2022,
112
+ author = {Yin, Haoli},
113
+ doi = {TBD},
114
+ month = {8},
115
+ title = {SpecLab},
116
+ url = {https://github.com/Nano1337/SpecLab},
117
+ year = {2022}
118
  }
119
  ```
120
 
121
+ *This model card was written by: Haoli Yin*