Jeongwon Choi
commited on
Commit
ยท
f6d8baf
1
Parent(s):
b31ee4b
Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,11 @@ tags:
|
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
language:
|
6 |
- ko
|
7 |
-
base_model:
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
-
# **
|
12 |
<img src="./DataVortex.png" alt="DataVortex" style="height: 8em;">
|
13 |
|
14 |
## **License**
|
@@ -18,14 +18,14 @@ pipeline_tag: text-generation
|
|
18 |
## **Model Details**
|
19 |
|
20 |
### **Base Model**
|
21 |
-
[
|
22 |
|
23 |
### **Trained On**
|
24 |
-
H100 80GB
|
25 |
|
26 |
### **Instruction format**
|
27 |
|
28 |
-
It follows **
|
29 |
|
30 |
## **Model Benchmark**
|
31 |
|
@@ -43,8 +43,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
43 |
|
44 |
device = "cuda"
|
45 |
|
46 |
-
model = AutoModelForCausalLM.from_pretrained("Edentns/
|
47 |
-
tokenizer = AutoTokenizer.from_pretrained("Edentns/
|
48 |
|
49 |
messages = [
|
50 |
{ "role": "user", "content": "๋ํ๋ฏผ๊ตญ์ ์๋๋ ์ด๋์ผ?" }
|
|
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
language:
|
6 |
- ko
|
7 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
+
# **DataVortexM-7B-Instruct-v0.1**
|
12 |
<img src="./DataVortex.png" alt="DataVortex" style="height: 8em;">
|
13 |
|
14 |
## **License**
|
|
|
18 |
## **Model Details**
|
19 |
|
20 |
### **Base Model**
|
21 |
+
[mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
22 |
|
23 |
### **Trained On**
|
24 |
+
H100 80GB 4ea
|
25 |
|
26 |
### **Instruction format**
|
27 |
|
28 |
+
It follows **Alpaca** format.
|
29 |
|
30 |
## **Model Benchmark**
|
31 |
|
|
|
43 |
|
44 |
device = "cuda"
|
45 |
|
46 |
+
model = AutoModelForCausalLM.from_pretrained("Edentns/DataVortexM-7B-Instruct-v0.1", device_map=device)
|
47 |
+
tokenizer = AutoTokenizer.from_pretrained("Edentns/DataVortexM-7B-Instruct-v0.1")
|
48 |
|
49 |
messages = [
|
50 |
{ "role": "user", "content": "๋ํ๋ฏผ๊ตญ์ ์๋๋ ์ด๋์ผ?" }
|