Text Generation
PEFT
Safetensors
Russian
English
python
code
conversational
MexIvanov commited on
Commit
6bd6733
1 Parent(s): f5768e8

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -43
README.md CHANGED
@@ -17,48 +17,45 @@ base_model: HuggingFaceH4/zephyr-7b-beta
17
 
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Shared by [optional]:** [More Information Needed]
22
- - **Model type:** [More Information Needed]
23
- - **Language(s) (NLP):** [More Information Needed]
24
- - **License:** [More Information Needed]
25
- - **Finetuned from model [optional]:** [More Information Needed]
26
 
27
- ### Model Sources [optional]
28
 
29
  <!-- Provide the basic links for the model. -->
30
 
31
- - **Repository:** [More Information Needed]
32
- - **Paper [optional]:** [More Information Needed]
33
- - **Demo [optional]:** [More Information Needed]
34
 
35
  ## Uses
36
 
37
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
38
 
39
  ### Direct Use
40
 
41
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
 
43
- [More Information Needed]
44
-
45
- ### Downstream Use [optional]
46
-
47
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
-
49
- [More Information Needed]
50
 
51
- ### Out-of-Scope Use
52
-
53
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
-
55
- [More Information Needed]
 
 
 
56
 
57
  ## Bias, Risks, and Limitations
58
 
59
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
 
60
 
61
- [More Information Needed]
62
 
63
  ### Recommendations
64
 
@@ -137,18 +134,6 @@ Use the code below to get started with the model.
137
 
138
  [More Information Needed]
139
 
140
- ## Environmental Impact
141
-
142
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
-
144
- 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).
145
-
146
- - **Hardware Type:** [More Information Needed]
147
- - **Hours used:** [More Information Needed]
148
- - **Cloud Provider:** [More Information Needed]
149
- - **Compute Region:** [More Information Needed]
150
- - **Carbon Emitted:** [More Information Needed]
151
-
152
  ## Technical Specifications [optional]
153
 
154
  ### Model Architecture and Objective
@@ -189,14 +174,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
189
 
190
  [More Information Needed]
191
 
192
- ## Model Card Authors [optional]
193
-
194
- [More Information Needed]
195
-
196
- ## Model Card Contact
197
-
198
- [More Information Needed]
199
-
200
 
201
  ## Training procedure
202
 
 
17
 
18
 
19
 
20
+ - **Developed by:** C.B. Pronin, A.V. Volosova, A.V. Ostroukh, Yu.N. Strogov, V.V. Kurbatov, A.S. Umarova.
21
+ - **Model type:** A LoRA (Peft) adapter model trained on a mix of publicly available data and machine-translated synthetic python coding datasets.
22
+ - **Language(s) (NLP):** Russian, English, Python
23
+ - **License:** MIT
24
+ - **Finetuned from model:** HuggingFaceH4/zephyr-7b-beta
 
25
 
26
+ ### Model Sources
27
 
28
  <!-- Provide the basic links for the model. -->
29
 
30
+ - **Repository:** Comming soon...
31
+ - **Paper:** Comming soon...
 
32
 
33
  ## Uses
34
 
35
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
36
+ An experimental finetune of Zephyr-7b-beta, aimed at improving coding performance and support for coding-related instructions written in Russian language.
37
 
38
  ### Direct Use
39
 
40
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
41
 
42
+ Instruction-based coding in Python, based of instructions written in natural language (English or Russian)
 
 
 
 
 
 
43
 
44
+ Prompt template - Zephyr:
45
+ ```
46
+ <|system|>
47
+ </s>
48
+ <|user|>
49
+ {prompt}</s>
50
+ <|assistant|>
51
+ ```
52
 
53
  ## Bias, Risks, and Limitations
54
 
55
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
56
+ This adapter model is intended (but not limited) for research usage only. It was trained on a code based instruction set and it does not have any moderation mechanisms. Use at your own risk, we are not responsible for any usage or output of this model.
57
 
58
+ Quote from Zephyr (base-model) repository: "Zephyr-7B-β has not been aligned to human preferences for safety within the RLHF phase or deployed with in-the-loop filtering of responses like ChatGPT, so the model can produce problematic outputs (especially when prompted to do so). It is also unknown what the size and composition of the corpus was used to train the base model (mistralai/Mistral-7B-v0.1), however it is likely to have included a mix of Web data and technical sources like books and code. See the Falcon 180B model card for an example of this."
59
 
60
  ### Recommendations
61
 
 
134
 
135
  [More Information Needed]
136
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  ## Technical Specifications [optional]
138
 
139
  ### Model Architecture and Objective
 
174
 
175
  [More Information Needed]
176
 
 
 
 
 
 
 
 
 
177
 
178
  ## Training procedure
179