crom1543 commited on
Commit
2d59452
1 Parent(s): 322d86b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +196 -0
README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - ko
5
+ library_name: transformers
6
+ ---
7
+ # Model Details
8
+
9
+ ## Model Description
10
+
11
+ <!-- Provide a longer summary of what this model is/does. -->
12
+ POLAR is a Korean LLM developed by Plateer&#39;s AI-lab. It was inspired by Upstage&#39;s SOLAR and is under the same license(cc-by-nc-4.0). We will continue to evolve this model and hope to contribute to the Korean LLM ecosystem.
13
+
14
+ - **Developed by:** Woomun Jung, MinYoung Joo, Eunsu Ha, Seongjun Son
15
+ - **Shared by [Optional]:** More information needed
16
+ - **Model type:** Language model
17
+ - **Language(s) (NLP):** ko
18
+ - **License:** apache-2.0
19
+ - **Parent Model:** upstage/SOLAR-10.7B-v1.0
20
+
21
+
22
+
23
+ # Uses
24
+
25
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
26
+
27
+ ## Direct Use
28
+
29
+ from transformers import AutoTokenizer, AutoModelForCausalLM
30
+
31
+ tokenizer = AutoTokenizer.from_pretrained("x2bee/POLAR-14B-v0.1")
32
+ model = AutoModelForCausalLM.from_pretrained("x2bee/POLAR-14B-v0.1")
33
+
34
+
35
+
36
+ ## Downstream Use [Optional]
37
+
38
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
39
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
40
+
41
+
42
+
43
+
44
+ ## Out-of-Scope Use
45
+
46
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
47
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
48
+
49
+
50
+
51
+
52
+ # Bias, Risks, and Limitations
53
+
54
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
55
+
56
+ Significant research has explored bias and fairness issues with language models (see, e.g., [Sheng et al. (2021)](https://aclanthology.org/2021.acl-long.330.pdf) and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups.
57
+
58
+
59
+ ## Recommendations
60
+
61
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
62
+
63
+
64
+
65
+
66
+
67
+ # Training Details
68
+
69
+ ## Training Data
70
+
71
+ <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
72
+
73
+ More information on training data needed
74
+
75
+
76
+ ## Training Procedure
77
+
78
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
79
+
80
+ ### Preprocessing
81
+
82
+ More information needed
83
+
84
+ ### Speeds, Sizes, Times
85
+
86
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
87
+
88
+ More information needed
89
+
90
+ # Evaluation
91
+
92
+ <!-- This section describes the evaluation protocols and provides the results. -->
93
+
94
+ ## Testing Data, Factors & Metrics
95
+
96
+ ### Testing Data
97
+
98
+ <!-- This should link to a Data Card if possible. -->
99
+
100
+ More information needed
101
+
102
+
103
+ ### Factors
104
+
105
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
106
+
107
+ More information needed
108
+
109
+ ### Metrics
110
+
111
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
112
+
113
+ More information needed
114
+
115
+ ## Results
116
+
117
+ More information needed
118
+
119
+ # Model Examination
120
+
121
+ More information needed
122
+
123
+ # Environmental Impact
124
+
125
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
126
+
127
+ 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).
128
+
129
+ - **Hardware Type:** More information needed
130
+ - **Hours used:** More information needed
131
+ - **Cloud Provider:** More information needed
132
+ - **Compute Region:** More information needed
133
+ - **Carbon Emitted:** More information needed
134
+
135
+ # Technical Specifications [optional]
136
+
137
+ ## Model Architecture and Objective
138
+
139
+ More information needed
140
+
141
+ ## Compute Infrastructure
142
+
143
+ More information needed
144
+
145
+ ### Hardware
146
+
147
+ More information needed
148
+
149
+ ### Software
150
+
151
+ More information needed
152
+
153
+ # Citation
154
+
155
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
156
+
157
+ **BibTeX:**
158
+
159
+ More information needed
160
+
161
+ **APA:**
162
+
163
+ More information needed
164
+
165
+ # Glossary [optional]
166
+
167
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
168
+
169
+ More information needed
170
+
171
+ # More Information [optional]
172
+
173
+ If you would like more information about our company, please visit the link below.
174
+ [tech.x2bee.com](https://tech.x2bee.com/)
175
+
176
+
177
+ # Model Card Authors [optional]
178
+
179
+ <!-- This section provides another layer of transparency and accountability. Whose views is this model card representing? How many voices were included in its construction? Etc. -->
180
+
181
+ Woomun Jung, MinYoung Joo, Eunsu Ha, Seungjun Son
182
+
183
+ # Model Card Contact
184
+
185
+ More information needed
186
+
187
+ # How to Get Started with the Model
188
+
189
+ Use the code below to get started with the model.
190
+
191
+ <details>
192
+ <summary> Click to expand </summary>
193
+
194
+ More information needed
195
+
196
+ </details>