Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,9 @@ tags:
|
|
8 |
- instruct
|
9 |
- chat
|
10 |
---
|
11 |
-
**Typhoon-v1.5-8B: Thai Large Language Model (Instruct)**
|
12 |
|
13 |
-
**Typhoon-v1.5-8B-instruct** is a *instruct* Thai 🇹🇭 large language model with 8 billion parameters, and it is based on Llama3-8B.
|
14 |
|
15 |
![Typhoon 1.5 8b benchmark](https://storage.googleapis.com/typhoon-public/assets/1.5-8b-benchmark.png)
|
16 |
|
@@ -41,7 +41,7 @@ For release post, please see our [blog](https://blog.opentyphoon.ai/typhoon-1-5-
|
|
41 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
42 |
import torch
|
43 |
|
44 |
-
model_id = "scb10x/typhoon-v1.5-8b-instruct"
|
45 |
|
46 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
47 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
8 |
- instruct
|
9 |
- chat
|
10 |
---
|
11 |
+
**Typhoon-v1.5-Llama-3-8B: Thai Large Language Model (Instruct)**
|
12 |
|
13 |
+
**Typhoon-v1.5-Llama-3-8B-instruct** is a *instruct* Thai 🇹🇭 large language model with 8 billion parameters, and it is based on Llama3-8B.
|
14 |
|
15 |
![Typhoon 1.5 8b benchmark](https://storage.googleapis.com/typhoon-public/assets/1.5-8b-benchmark.png)
|
16 |
|
|
|
41 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
42 |
import torch
|
43 |
|
44 |
+
model_id = "scb10x/typhoon-v1.5-llama-3-8b-instruct"
|
45 |
|
46 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
47 |
model = AutoModelForCausalLM.from_pretrained(
|