Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
mariagrandury commited on
Commit
439582a
1 Parent(s): 3fdd484

create README

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: The Foundation Model Transparency Index
6
+ size_categories:
7
+ - n<1K
8
  ---
9
+ # Dataset Card for Dataset Name
10
+
11
+ The Foundation Model Transparency Index is an ongoing initiative of the CRFM to comprehensively assess the transparency of foundation model developers. To learn more, please see our website and paper.
12
+
13
+ - **Created by:** Center for Research on Foundation Models
14
+ - **License:** [Creative Commons Attribution 4.0 International](https://github.com/stanford-crfm/fmti/blob/main/LICENSE.md)
15
+
16
+ ## Dataset Sources
17
+
18
+ - **Repository:** https://github.com/stanford-crfm/fmti
19
+ - **Paper:** https://arxiv.org/abs/2310.12941
20
+ - **Website:** https://crfm.stanford.edu/fmti/
21
+
22
+ ## Uses
23
+
24
+ Assess the transparency of foundation model developers.
25
+
26
+ ## Dataset Structure
27
+
28
+ - `Domain`: `Upstream` (model building), `Model` (properties and function), and `Downstream` (distribution and usage).
29
+ - `Subdomain`: Data, labor, compute, methods, model basics, model access, capabilities, risks, mitigations, distribution, usage policy, feedback, and impact.
30
+ - `Indicator`: Name of the indicator.
31
+ - `Definition`: Question for the developers of the model.
32
+ - `Notes`: Explanation of how to receive the point.
33
+ - References: `Reference_1` and `Reference_2` with their corresponding `Link_1` and `Link_2`.
34
+
35
+ ## Citation
36
+
37
+ ```
38
+ @article{bommasani2023fmti,
39
+ author = {Bommasani, Rishi and
40
+ Klyman, Kevin and
41
+ Longpre, Shayne and
42
+ Kapoor, Sayash and
43
+ Maslej, Nestor and
44
+ Xiong, Betty and
45
+ Zhang, Daniel and
46
+ Liang, Percy},
47
+ title = {The Foundation Model Transparency Index},
48
+ month = oct,
49
+ year = 2023,
50
+ url = {https://crfm.stanford.edu/fmti/FMTI.pdf}
51
+ }
52
+ ```