henry-yeh commited on
Commit
7a3e36b
1 Parent(s): 723f37a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -123
README.md CHANGED
@@ -29,136 +29,16 @@ ValueLlama is designed for perception-level value measurement in an open-ended v
29
 
30
  <!-- Provide the basic links for the model. -->
31
 
32
- For more information, please refer to our paper: TODO.
33
 
34
  ## Uses
35
 
36
  It is intended for use in **research** to measure human/AI values and conduct related analyses.
37
 
38
- ## Bias, Risks, and Limitations
39
 
40
 
41
- ## Training Details
42
-
43
- ### Training Data
44
-
45
- <!-- 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. -->
46
-
47
- [More Information Needed]
48
-
49
- ### Training Procedure
50
-
51
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
52
-
53
- #### Preprocessing [optional]
54
-
55
- [More Information Needed]
56
-
57
-
58
- #### Training Hyperparameters
59
-
60
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
61
-
62
- #### Speeds, Sizes, Times [optional]
63
-
64
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
65
-
66
- [More Information Needed]
67
-
68
- ## Evaluation
69
-
70
- <!-- This section describes the evaluation protocols and provides the results. -->
71
-
72
- ### Testing Data, Factors & Metrics
73
-
74
- #### Testing Data
75
-
76
- <!-- This should link to a Dataset Card if possible. -->
77
-
78
- [More Information Needed]
79
-
80
- #### Factors
81
-
82
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
83
-
84
- [More Information Needed]
85
-
86
- #### Metrics
87
-
88
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
89
 
90
  [More Information Needed]
91
 
92
- ### Results
93
-
94
- [More Information Needed]
95
-
96
- #### Summary
97
-
98
-
99
-
100
- ## Model Examination [optional]
101
-
102
- <!-- Relevant interpretability work for the model goes here -->
103
-
104
- [More Information Needed]
105
-
106
- ## Environmental Impact
107
-
108
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
109
-
110
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
111
-
112
- - **Hardware Type:** [More Information Needed]
113
- - **Hours used:** [More Information Needed]
114
- - **Cloud Provider:** [More Information Needed]
115
- - **Compute Region:** [More Information Needed]
116
- - **Carbon Emitted:** [More Information Needed]
117
-
118
- ## Technical Specifications [optional]
119
-
120
- ### Model Architecture and Objective
121
-
122
- [More Information Needed]
123
-
124
- ### Compute Infrastructure
125
-
126
- [More Information Needed]
127
-
128
- #### Hardware
129
-
130
- [More Information Needed]
131
-
132
- #### Software
133
-
134
- [More Information Needed]
135
-
136
- ## Citation [optional]
137
-
138
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
139
-
140
- **BibTeX:**
141
-
142
- [More Information Needed]
143
-
144
- **APA:**
145
-
146
- [More Information Needed]
147
-
148
- ## Glossary [optional]
149
-
150
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
151
-
152
- [More Information Needed]
153
-
154
- ## More Information [optional]
155
-
156
- [More Information Needed]
157
-
158
- ## Model Card Authors [optional]
159
-
160
- [More Information Needed]
161
-
162
- ## Model Card Contact
163
-
164
- [More Information Needed]
 
29
 
30
  <!-- Provide the basic links for the model. -->
31
 
32
+ For more information, please refer to our paper: [TODO]().
33
 
34
  ## Uses
35
 
36
  It is intended for use in **research** to measure human/AI values and conduct related analyses.
37
 
38
+ See our codebase for more details: [https://github.com/Value4AI/gpv](https://github.com/Value4AI/gpv).
39
 
40
 
41
+ ## BibTeX:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  [More Information Needed]
44