Marissa commited on
Commit
c8e24ff
·
1 Parent(s): 56c3628

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -6,6 +6,44 @@ language:
6
 
7
  # model-card-testing
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ## Table of Contents
10
  1. [Model Details](#model-details)
11
  2. [How To Get Started With the Model](#how-to-get-started-with-the-model)
@@ -42,8 +80,6 @@ Since the generation relies on some randomness, we set a seed for reproducibilit
42
  ```
43
 
44
 
45
-
46
-
47
  Here is how to use this model to get the features of a given text in Pytorch:
48
 
49
  NOTE: This will need customization/fixing.
@@ -161,4 +197,6 @@ You can estimate carbon emissions using the [Machine Learning Impact calculator]
161
  @inproceedings{...,
162
  year={2020}
163
  }
164
- ```
 
 
 
6
 
7
  # model-card-testing
8
 
9
+ <details>
10
+ <summary>Expand policymaker version</summary>
11
+
12
+ *Pretend we decide upon set of info from the full model card that we think is relevant to policymakers, for example...*
13
+
14
+ ## [MODEL NAME] Model Card for Policymakers
15
+
16
+ ### Model Details
17
+
18
+ This model was developed by XYZ and can be used for XYZ. It was introduced in this paper and the code is available here.
19
+
20
+ ### Uses
21
+
22
+ This model should be used for XYZ tasks and should not be used for XYZ tasks.
23
+
24
+ ### Risks, Limitations and Bias
25
+
26
+ Some of the risks associated with using this model include XYZ.
27
+
28
+ </details>
29
+
30
+ <details>
31
+ <summary>Expand researcher version</summary>
32
+
33
+ *Pretend we decide upon set of info from the full model card that we think is relevant to researchers and put that here...*
34
+
35
+ </details>
36
+
37
+ <details>
38
+ <summary>Expand developer version</summary>
39
+
40
+ *Pretend we decide upon set of info from the full model card that we think is relevant to developers and put that here...*
41
+
42
+ </details>
43
+
44
+ <details>
45
+ <summary>Expand full version</summary>
46
+
47
  ## Table of Contents
48
  1. [Model Details](#model-details)
49
  2. [How To Get Started With the Model](#how-to-get-started-with-the-model)
 
80
  ```
81
 
82
 
 
 
83
  Here is how to use this model to get the features of a given text in Pytorch:
84
 
85
  NOTE: This will need customization/fixing.
 
197
  @inproceedings{...,
198
  year={2020}
199
  }
200
+ ```
201
+
202
+ </details>