xvadov01 commited on
Commit
6027264
·
verified ·
1 Parent(s): b96b580

Add base info to readme

Browse files
Files changed (1) hide show
  1. README.md +18 -12
README.md CHANGED
@@ -1,11 +1,20 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
@@ -18,12 +27,11 @@ tags: []
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
  - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
@@ -144,11 +152,9 @@ Use the code below to get started with the model.
144
 
145
  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).
146
 
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
 
153
  ## Technical Specifications [optional]
154
 
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
+ language:
5
+ - en
6
+ metrics:
7
+ - bleu
8
+ - code_eval
9
+ - rouge
10
+ - chrf
11
+ model_name: MicroCoderFIM
12
+ base_model: bigcode/starcoderbase-1b
13
  ---
14
 
15
  # Model Card for Model ID
16
 
17
+ This is a finetuned version of StarCoderBase 1B using the [Fill-in-the-Middle objective](https://arxiv.org/abs/2207.14255) on [dataset](https://huggingface.co/datasets/xvadov01/cpp_emb_nl2pl) focused on embedded systems programming.
18
 
19
 
20
 
 
27
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
28
 
29
  - **Developed by:** [More Information Needed]
 
30
  - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** Transformer decoder architecture with Multi-Query attention
32
+ - **Language(s) (NLP):** English
33
+ - **License:** MIT
34
+ - **Finetuned from model [optional]:** [StarCoderBase 1B](https://huggingface.co/bigcode/starcoderbase-1b)
35
 
36
  ### Model Sources [optional]
37
 
 
152
 
153
  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).
154
 
155
+ - **Hardware Type:** NVIDIA GeForce RTX 3090
156
+ - **Hours used:** 5h 25m
157
+ - **Carbon Emitted:** 0.83
 
 
158
 
159
  ## Technical Specifications [optional]
160