Upload README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,14 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
license: mit
|
|
|
5 |
tags:
|
|
|
6 |
- autogenerated-modelcard
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# modelcard-creator-demo
|
@@ -32,12 +38,12 @@ tags:
|
|
32 |
This isn't really a model, it's just a test repo to see if the [model card creator](https://hf.co/spaces/nateraw/model-card-creator) works!
|
33 |
|
34 |
|
35 |
-
- Developed by:
|
36 |
- Language(s):
|
37 |
- License: modelcard-creator-demo is licensed under the mit license
|
38 |
- Resources for more information:
|
39 |
-
|
40 |
-
|
41 |
|
42 |
|
43 |
## How to Get Started with the Model
|
@@ -113,5 +119,21 @@ You can estimate carbon emissions using the [Machine Learning Impact calculator]
|
|
113 |
## Citation Information
|
114 |
|
115 |
```bibtex
|
116 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
```
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: mit
|
5 |
+
library_name: pytorch
|
6 |
tags:
|
7 |
+
- modelcards
|
8 |
- autogenerated-modelcard
|
9 |
+
datasets:
|
10 |
+
- beans
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
---
|
14 |
|
15 |
# modelcard-creator-demo
|
|
|
38 |
This isn't really a model, it's just a test repo to see if the [model card creator](https://hf.co/spaces/nateraw/model-card-creator) works!
|
39 |
|
40 |
|
41 |
+
- Developed by: Nathan Raw
|
42 |
- Language(s):
|
43 |
- License: modelcard-creator-demo is licensed under the mit license
|
44 |
- Resources for more information:
|
45 |
+
- [Research Paper](https://arxiv.org/pdf/1810.03993.pdf)
|
46 |
+
- [GitHub Repo](https://github.com/nateraw/modelcards)
|
47 |
|
48 |
|
49 |
## How to Get Started with the Model
|
|
|
119 |
## Citation Information
|
120 |
|
121 |
```bibtex
|
122 |
+
@inproceedings{Mitchell_2019,
|
123 |
+
doi = {10.1145/3287560.3287596},
|
124 |
+
|
125 |
+
url = {https://doi.org/10.1145%2F3287560.3287596},
|
126 |
+
|
127 |
+
year = 2019,
|
128 |
+
month = {jan},
|
129 |
+
|
130 |
+
publisher = {{ACM}
|
131 |
+
},
|
132 |
+
|
133 |
+
author = {Margaret Mitchell and Simone Wu and Andrew Zaldivar and Parker Barnes and Lucy Vasserman and Ben Hutchinson and Elena Spitzer and Inioluwa Deborah Raji and Timnit Gebru},
|
134 |
+
|
135 |
+
title = {Model Cards for Model Reporting},
|
136 |
+
|
137 |
+
booktitle = {Proceedings of the Conference on Fairness, Accountability, and Transparency}
|
138 |
+
}
|
139 |
```
|