mlabonne commited on
Commit
7b9ff69
·
verified ·
1 Parent(s): 4a6dc57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,11 +13,11 @@ tags:
13
  base_model:
14
  - Qwen/Qwen2.5-72B-Instruct
15
  ---
16
- # BigQwen2.5-120B-Instruct
17
 
18
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/98GiKtmH1AtHHbIbOUH4Y.jpeg)
19
 
20
- BigQwen2.5-120B-Instruct is a [Qwen/Qwen2-72B-Instruct](https://huggingface.co/Qwen/Qwen2-72B-Instruct) self-merge made with [MergeKit](https://github.com/arcee-ai/mergekit/tree/main).
21
 
22
  It applies the [mlabonne/Meta-Llama-3-120B-Instruct](https://huggingface.co/mlabonne/Meta-Llama-3-120B-Instruct/) recipe.
23
 
@@ -68,7 +68,7 @@ from transformers import AutoTokenizer
68
  import transformers
69
  import torch
70
 
71
- model = "mlabonne/BigQwen2.5-120B-Instruct"
72
  messages = [{"role": "user", "content": "What is a large language model?"}]
73
 
74
  tokenizer = AutoTokenizer.from_pretrained(model)
 
13
  base_model:
14
  - Qwen/Qwen2.5-72B-Instruct
15
  ---
16
+ # BigQwen2.5-125B-Instruct
17
 
18
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/98GiKtmH1AtHHbIbOUH4Y.jpeg)
19
 
20
+ BigQwen2.5-125B-Instruct is a [Qwen/Qwen2-72B-Instruct](https://huggingface.co/Qwen/Qwen2-72B-Instruct) self-merge made with [MergeKit](https://github.com/arcee-ai/mergekit/tree/main).
21
 
22
  It applies the [mlabonne/Meta-Llama-3-120B-Instruct](https://huggingface.co/mlabonne/Meta-Llama-3-120B-Instruct/) recipe.
23
 
 
68
  import transformers
69
  import torch
70
 
71
+ model = "mlabonne/BigQwen2.5-125B-Instruct"
72
  messages = [{"role": "user", "content": "What is a large language model?"}]
73
 
74
  tokenizer = AutoTokenizer.from_pretrained(model)