bhuvana-ak7 commited on
Commit
3c34fd1
1 Parent(s): 8fe80d8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +122 -0
README.md ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
+ {}
5
+ ---
6
+
7
+ # Model Card for Model ID
8
+
9
+ <!-- Provide a quick summary of what the model is/does. -->
10
+
11
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
12
+
13
+ ## Model Details
14
+
15
+ EleutherAI/pythia-160m is a Transformer-based Language Model
16
+ ### Model Description
17
+
18
+ <!-- Provide a longer summary of what this model is. -->
19
+ Using EleutherAI/pythia-160m model to evaluate hellaswag dataset
20
+
21
+
22
+ ## Evaluation
23
+
24
+ <!-- This section describes the evaluation protocols and provides the results. -->
25
+ | Tasks |Version|Filter|n-shot| Metric | |Value | |Stderr|
26
+ |---------|------:|------|-----:|--------|---|-----:|---|-----:|
27
+ |hellaswag| 1|none | 0|acc |↑ |0.2872|± |0.0045|
28
+ | | |none | 0|acc_norm|↑ |0.3082|± |0.0046|
29
+
30
+ ### Testing Data, Factors & Metrics
31
+
32
+ #### Testing Data
33
+
34
+ <!-- This should link to a Dataset Card if possible. -->
35
+
36
+ [More Information Needed]
37
+
38
+ #### Factors
39
+
40
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
41
+
42
+ [More Information Needed]
43
+
44
+ #### Metrics
45
+
46
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Results
51
+
52
+ [More Information Needed]
53
+
54
+ #### Summary
55
+
56
+
57
+
58
+ ## Model Examination [optional]
59
+
60
+ <!-- Relevant interpretability work for the model goes here -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Environmental Impact
65
+
66
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
67
+
68
+ 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).
69
+
70
+ - **Hardware Type:** [More Information Needed]
71
+ - **Hours used:** [More Information Needed]
72
+ - **Cloud Provider:** [More Information Needed]
73
+ - **Compute Region:** [More Information Needed]
74
+ - **Carbon Emitted:** [More Information Needed]
75
+
76
+ ## Technical Specifications [optional]
77
+
78
+ ### Model Architecture and Objective
79
+
80
+ [More Information Needed]
81
+
82
+ ### Compute Infrastructure
83
+
84
+ [More Information Needed]
85
+
86
+ #### Hardware
87
+
88
+ [More Information Needed]
89
+
90
+ #### Software
91
+
92
+ [More Information Needed]
93
+
94
+ ## Citation [optional]
95
+
96
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
97
+
98
+ **BibTeX:**
99
+
100
+ [More Information Needed]
101
+
102
+ **APA:**
103
+
104
+ [More Information Needed]
105
+
106
+ ## Glossary [optional]
107
+
108
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
109
+
110
+ [More Information Needed]
111
+
112
+ ## More Information [optional]
113
+
114
+ [More Information Needed]
115
+
116
+ ## Model Card Authors [optional]
117
+
118
+ [More Information Needed]
119
+
120
+ ## Model Card Contact
121
+
122
+ [More Information Needed]