Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ library_name: transformers
|
|
6 |
---
|
7 |
# Model Details
|
8 |
|
|
|
|
|
9 |
## Model Description
|
10 |
|
11 |
<!-- Provide a longer summary of what this model is/does. -->
|
@@ -24,12 +26,12 @@ POLAR is a Korean LLM developed by Plateer's AI-lab. It was inspired by Upstage'
|
|
24 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
25 |
|
26 |
## Direct Use
|
27 |
-
|
28 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
29 |
|
30 |
tokenizer = AutoTokenizer.from_pretrained("x2bee/POLAR-14B-v0.1")
|
31 |
model = AutoModelForCausalLM.from_pretrained("x2bee/POLAR-14B-v0.1")
|
32 |
-
|
33 |
|
34 |
|
35 |
## Downstream Use [Optional]
|
|
|
6 |
---
|
7 |
# Model Details
|
8 |
|
9 |
+
![Logo](./Plateer_logo.png)
|
10 |
+
|
11 |
## Model Description
|
12 |
|
13 |
<!-- Provide a longer summary of what this model is/does. -->
|
|
|
26 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
27 |
|
28 |
## Direct Use
|
29 |
+
```
|
30 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
31 |
|
32 |
tokenizer = AutoTokenizer.from_pretrained("x2bee/POLAR-14B-v0.1")
|
33 |
model = AutoModelForCausalLM.from_pretrained("x2bee/POLAR-14B-v0.1")
|
34 |
+
```
|
35 |
|
36 |
|
37 |
## Downstream Use [Optional]
|