sivapriya14 commited on
Commit
3c3f302
·
verified ·
1 Parent(s): be5f34e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -11
README.md CHANGED
@@ -1,12 +1,22 @@
1
  ---
2
- title: Govt Scheme Chatbot1
3
- emoji: 🏢
4
- colorFrom: pink
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 5.20.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ datasets:
3
+ - tiiuae/falcon-refinedweb
4
+ language:
5
+ - en
6
+ inference: true
7
+ new_version: tiiuae/falcon-11B
8
+ widget:
9
+ - text: "Hey Falcon! Any recommendations for my holidays in Abu Dhabi?"
10
+ example_title: "Abu Dhabi Trip"
11
+ - text: "What's the Everett interpretation of quantum mechanics?"
12
+ example_title: "Q/A: Quantum & Answers"
13
+ - text: "Give me a list of the top 10 dive sites you would recommend around the world."
14
+ example_title: "Diving Top 10"
15
+ - text: "Can you tell me more about deep-water soloing?"
16
+ example_title: "Extreme sports"
17
+ - text: "Can you write a short tweet about the Apache 2.0 release of our latest AI model, Falcon LLM?"
18
+ example_title: "Twitter Helper"
19
+ - text: "What are the responsabilities of a Chief Llama Officer?"
20
+ example_title: "Trendy Jobs"
21
+ license: apache-2.0
22
+ ---