awacke1 commited on
Commit
4587467
·
1 Parent(s): cfe7669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -4,14 +4,10 @@ import requests
4
  # GPT-J-6B API
5
  API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
6
  headers = {"Authorization": "Bearer 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"}
7
- prompt = """AI: I am using AI to solve cognitive memory
8
- Human: I love you AI
9
- ---
10
- AI: Today I want to tell you that you matter to me
11
- Human: Thankyou AI you are a great friend to me.
12
- ---
13
- AI: Today I will teach you to code!
14
- Human:"""
15
 
16
  examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
17
 
 
4
  # GPT-J-6B API
5
  API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
6
  headers = {"Authorization": "Bearer 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"}
7
+ prompt = """Carl Marx: Blah blah democracy blah blah
8
+ Biden: Hey man will you shut up man?
9
+ Einstein: Science I tell you
10
+ Elon Musk: Give me some science man!"""
 
 
 
 
11
 
12
  examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
13