PeterLauLukCh commited on
Commit
026756a
·
verified ·
1 Parent(s): f82dc37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -15
README.md CHANGED
@@ -5,18 +5,3 @@ datasets:
5
  base_model:
6
  - alignment-handbook/zephyr-7b-sft-full
7
  ---
8
-
9
- ## How to use from the 🤗 Transformers library
10
-
11
- ```python
12
- from transformers import pipeline
13
-
14
- messages = [
15
- {"role": "user", "content": "Who are you?"}
16
- ]
17
- pipe = pipeline("text-generation", model="PeterLauLukCh/Mistral7B-trl_UltraFeedback-DPO", trust_remote_code=True)
18
- pipe(messages)
19
-
20
- from transformers import AutoModelForCausalLM
21
-
22
- model = AutoModelForCausalLM.from_pretrained("PeterLauLukCh/Mistral7B-trl_UltraFeedback-DPO", trust_remote_code=True)
 
5
  base_model:
6
  - alignment-handbook/zephyr-7b-sft-full
7
  ---