christofid commited on
Commit
32350a7
1 Parent(s): 800e1b6

Update model_cards/article.md

Browse files
Files changed (1) hide show
  1. model_cards/article.md +52 -1
model_cards/article.md CHANGED
@@ -75,7 +75,47 @@ Model card prototype inspired by [Mitchell et al. (2019)](https://dl.acm.org/doi
75
 
76
  # Model card - RandomForestMetalClassifier
77
 
78
- ToDo...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
 
81
  # Citation
@@ -95,4 +135,15 @@ ToDo...
95
  doi = {10.1103/PhysRevLett.120.145301},
96
  url = {https://link.aps.org/doi/10.1103/PhysRevLett.120.145301}
97
  }
 
 
 
 
 
 
 
 
 
 
 
98
  ```
 
75
 
76
  # Model card - RandomForestMetalClassifier
77
 
78
+ **Model Details**: A RandomForest model to classify whether a crystal could be a metal or nonmetal.
79
+
80
+ **Developers**: [SemiconAI repo's](https://github.com/dilangaem/SemiconAI) developers.
81
+
82
+ **Distributors**: Original authors' code wrapped and distributed by GT4SD Team (2023) from IBM Research.
83
+
84
+ **Model date**: 2022.
85
+
86
+ **Algorithm version**: Models trained and distributed by the original authors.
87
+ - **Metal NonMetal Classifier**: Model trained to classify whether a crystal could be metal or nonmetal.
88
+
89
+ **Model type**: A metal/nonmetal classifier for crystals based on the RandomForest algorithm.
90
+
91
+ **Information about training algorithms, parameters, fairness constraints or other applied approaches, and features**:
92
+ See the [original paperl](https://www.nature.com/articles/s41524-022-00850-3) for details.
93
+
94
+ **Paper or other resource for more information**:
95
+ The [original paper](https://www.nature.com/articles/s41524-022-00850-3). See the [source code](https://github.com/dilangaem/SemiconAI) for details.
96
+
97
+ **License**: MIT
98
+
99
+ **Where to send questions or comments about the model**: Open an issue on [SemiconAI](https://github.com/dilangaem/SemiconAI) repo.
100
+
101
+ **Intended Use. Use cases that were envisioned during development**: Materials research.
102
+
103
+ **Primary intended uses/users**: Researchers using the model for model comparison or research exploration purposes.
104
+
105
+ **Out-of-scope use cases**: Production-level inference, producing molecules with harmful properties.
106
+
107
+ **Factors**: N.A.
108
+
109
+ **Metrics**: N.A.
110
+
111
+ **Datasets**: See **Algorithm version**.
112
+
113
+ **Ethical Considerations**: No specific considerations as no private/personal data is involved. Please consult with the authors in case of questions.
114
+
115
+ **Caveats and Recommendations**: Please consult with original authors in case of questions.
116
+
117
+ Model card prototype inspired by [Mitchell et al. (2019)](https://dl.acm.org/doi/abs/10.1145/3287560.3287596?casa_token=XD4eHiE2cRUAAAAA:NL11gMa1hGPOUKTAbtXnbVQBDBbjxwcjGECF_i-WC_3g1aBgU1Hbz_f2b4kI_m1in-w__1ztGeHnwHs)
118
+
119
 
120
 
121
  # Citation
 
135
  doi = {10.1103/PhysRevLett.120.145301},
136
  url = {https://link.aps.org/doi/10.1103/PhysRevLett.120.145301}
137
  }
138
+
139
+ @article{siriwardane2022generative,
140
+ title={Generative design of stable semiconductor materials using deep learning and density functional theory},
141
+ author={Siriwardane, Edirisuriya M Dilanga and Zhao, Yong and Perera, Indika and Hu, Jianjun},
142
+ journal={npj Computational Materials},
143
+ volume={8},
144
+ number={1},
145
+ pages={164},
146
+ year={2022},
147
+ publisher={Nature Publishing Group UK London}
148
+ }
149
  ```