abritez commited on
Commit
391615f
1 Parent(s): 457fd6b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +137 -0
README.md ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - abisee/cnn_dailymail
4
+ language:
5
+ - en
6
+ ---
7
+
8
+ # Model Card for Model ID
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+ 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).
13
+
14
+ ## Model Details
15
+
16
+ ### Model Description
17
+
18
+ - **Developed by:** A. Britez
19
+ - **Model type:** RoBERTa
20
+ - **Language(s) (NLP):** English - EN
21
+
22
+ ### Model Sources [optional]
23
+
24
+ - **Repository:** https://github.com/abrtz/baby-lm
25
+
26
+ ## Uses
27
+
28
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
29
+
30
+ ### Direct Use
31
+
32
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
33
+
34
+ [More Information Needed]
35
+
36
+ ## Bias, Risks, and Limitations
37
+
38
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
39
+
40
+ [More Information Needed]
41
+
42
+ ### Recommendations
43
+
44
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
45
+
46
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
47
+
48
+ ## How to Get Started with the Model
49
+
50
+ Use the code below to get started with the model.
51
+
52
+ [More Information Needed]
53
+
54
+ ## Training Details
55
+
56
+ ### Training Data
57
+
58
+ datasets:
59
+ - [abisee/cnn_dailymail](https://huggingface.co/datasets/abisee/cnn_dailymail)
60
+
61
+ ### Training Procedure
62
+
63
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
64
+
65
+ #### Preprocessing [optional]
66
+
67
+ [More Information Needed]
68
+
69
+
70
+ #### Training Hyperparameters
71
+
72
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
73
+
74
+ #### Speeds, Sizes, Times [optional]
75
+
76
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
77
+
78
+ [More Information Needed]
79
+
80
+ ## Evaluation
81
+
82
+ <!-- This section describes the evaluation protocols and provides the results. -->
83
+
84
+ ### Testing Data, Factors & Metrics
85
+
86
+ #### Testing Data
87
+
88
+ [ewok-core/ewok-core-1.0](https://huggingface.co/datasets/ewok-core/ewok-core-1.0)
89
+
90
+ #### Factors
91
+
92
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
93
+
94
+ [More Information Needed]
95
+
96
+ #### Metrics
97
+
98
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ### Results
103
+
104
+ [More Information Needed]
105
+
106
+ #### Summary
107
+
108
+
109
+
110
+ ## Model Examination [optional]
111
+
112
+ <!-- Relevant interpretability work for the model goes here -->
113
+
114
+ [More Information Needed]
115
+
116
+ ## Environmental Impact
117
+
118
+ - **Hardware Type:** A100-SXM4-40GB
119
+ - **Hours used:** 1.0 hours
120
+ - **Cloud Provider:** Google Cloud Platform
121
+ - **Compute Region:** europe-west4
122
+ - **Carbon Emitted:** Total emissions are estimated to be 0.14 kgCO$_2$eq of which 100 percents were directly offset by the cloud provider.
123
+
124
+ Estimations were conducted using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
125
+
126
+ ## Technical Specifications [optional]
127
+
128
+ ### Model Architecture and Objective
129
+
130
+ RoBERTa for MLM
131
+
132
+
133
+ ## Glossary [optional]
134
+
135
+ BabyLM
136
+
137
+