File size: 1,219 Bytes
010f412
 
ad8e171
010f412
 
 
 
ad8e171
 
 
010f412
ad8e171
d43b114
ad8e171
010f412
 
 
 
 
ad8e171
010f412
ad8e171
 
010f412
ad8e171
 
 
010f412
ad8e171
 
010f412
ad8e171
 
 
 
 
 
 
 
010f412
ad8e171
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
base_model:
- wwe180/L3-8B-LingYang-v2
library_name: transformers
tags:
- mergekit
- merge
- Llama3
license:
- other
---

#The model is experimental, so the results cannot be guaranteed. 

# merge

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).


## 💻 Usage

```python
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "L3-8B-LingYang-v2"
messages = [{"role": "user", "content": "What is a large language model?"}]

tokenizer = AutoTokenizer.from_pretrained(model)
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
pipeline = transformers.pipeline(
    "text-generation",
    model=model,
    torch_dtype=torch.float16,
    device_map="auto",
)
```
## Statement:

L3-8B-LingYang-v2 does not represent the views and positions of the model developers We will not be liable for any problems arising from the use of the L3-8B-LingYang-v2 open Source model, including but not limited to data security issues, risk of public opinion, or any risks and problems arising from the misdirection, misuse, dissemination or misuse of the model.