FalconLLM commited on
Commit
c7f670a
1 Parent(s): 9f16e66

Add widget examples

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -1,9 +1,22 @@
1
  ---
2
  datasets:
3
- - tiiuae/falcon-refinedweb
4
  language:
5
- - en
6
  inference: true
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  license: apache-2.0
8
  ---
9
 
 
1
  ---
2
  datasets:
3
+ - tiiuae/falcon-refinedweb
4
  language:
5
+ - en
6
  inference: true
7
+ widget:
8
+ - text: "Hey Falcon! Any recommendations for my holidays in Abu Dhabi?"
9
+ example_title: "Abu Dhabi Trip"
10
+ - text: "What's the Everett interpretation of quantum mechanics?"
11
+ example_title: "Q/A: Quantum & Answers"
12
+ - text: "Give me a list of the top 10 dive sites you would recommend around the world."
13
+ example_title: "Diving Top 10"
14
+ - text: "Can you tell me more about deep-water soloing?"
15
+ example_title: "Extreme sports"
16
+ - text: "Can you write a short tweet about the Apache 2.0 release of our latest AI model, Falcon LLM?"
17
+ example_title: "Twitter Helper"
18
+ - text: "What are the responsabilities of a Chief Llama Officer?"
19
+ example_title: "Trendy Jobs"
20
  license: apache-2.0
21
  ---
22