Sentdex commited on
Commit
984d759
1 Parent(s): 55f697e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,7 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
 
 
5
  ```py
6
  #https://huggingface.co/docs/peft/quicktour
7
 
@@ -9,7 +13,7 @@ from peft import AutoPeftModelForCausalLM
9
  from transformers import AutoTokenizer
10
  import torch
11
 
12
- model = AutoPeftModelForCausalLM.from_pretrained("Sentdex/Walls1337bot-Llama2-7B-003.004.400")
13
  tokenizer = AutoTokenizer.from_pretrained("NousResearch/Llama-2-7b-chat-hf")
14
 
15
  model = model.to("cuda")
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - Sentdex/WSB-003.004
5
  ---
6
 
7
+ Probably don't use this model, I'm just tinkering, but it's a multi-turn, multi-speaker model attempt trained from /r/wallstreetbets data that you can find: https://huggingface.co/datasets/Sentdex/WSB-003.004
8
+
9
  ```py
10
  #https://huggingface.co/docs/peft/quicktour
11
 
 
13
  from transformers import AutoTokenizer
14
  import torch
15
 
16
+ model = AutoPeftModelForCausalLM.from_pretrained("Sentdex/Walls1337bot-Llama2-7B-003.004.500")
17
  tokenizer = AutoTokenizer.from_pretrained("NousResearch/Llama-2-7b-chat-hf")
18
 
19
  model = model.to("cuda")