wwe180 commited on
Commit
95ac4de
·
verified ·
1 Parent(s): 680a4b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,12 +9,12 @@ license:
9
  - other
10
  ---
11
 
12
- #该模型是实验性的,因此无法保证结果。
13
 
14
  ## Merge Details
15
  ### Merge Method
16
 
17
- This model was merged using the passthrough merge method using [wwe180/mergekit-passthrough-bklxjmn](https://huggingface.co/wwe180/mergekit-passthrough-bklxjmn) as a base.
18
 
19
  ### Models Merged
20
 
@@ -30,7 +30,7 @@ from transformers import AutoTokenizer
30
  import transformers
31
  import torch
32
 
33
- model = "wwe180/Llama3-15B-lingyang-v0.1"
34
  messages = [{"role": "user", "content": "What is a large language model?"}]
35
 
36
  tokenizer = AutoTokenizer.from_pretrained(model)
 
9
  - other
10
  ---
11
 
12
+ #The model is experimental, so the results cannot be guaranteed.
13
 
14
  ## Merge Details
15
  ### Merge Method
16
 
17
+ This model was merged using the passthrough merge method using [wwe180/Llama3-35B-lingyang-v1](https://huggingface.co/wwe180/Llama3-35B-lingyang-v1) as a base.
18
 
19
  ### Models Merged
20
 
 
30
  import transformers
31
  import torch
32
 
33
+ model = "wwe180/Llama3-35B-lingyang-v1"
34
  messages = [{"role": "user", "content": "What is a large language model?"}]
35
 
36
  tokenizer = AutoTokenizer.from_pretrained(model)