RealFalconsAI commited on
Commit
7473a12
·
1 Parent(s): 8c0eecb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -1,16 +1,21 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  library_name: transformers
6
-
7
  widget:
8
- - text: "What's my name?"
9
- context: "My name is Soren and I live in the Hills."
10
- example_title: "Name"
11
- - text: "What led to rapid development?"
12
- context: "The development of agriculture began around 12,000 years ago during the Neolithic Revolution. Hunter-gatherers transitioned to cultivating crops and raising livestock. Independent centers of early agriculture thrived in the Fertile Crescent, Egypt, China, Mesoamerica and the Andes. Farming supported larger, settled societies leading to rapid cultural development and population growth."
13
- example_title: "Advancement"
 
 
 
 
 
 
14
  ---
15
 
16
  # Model Card: Fine-tuned DistilBERT-base-uncased for Question and Answering
@@ -93,4 +98,4 @@ While this model performs well on standard benchmarks, it may not generalize opt
93
 
94
  For inquiries or issues related to this model, please contact [https://falcons.ai/].
95
 
96
- ---
 
1
  ---
2
+ license: mit
3
  language:
4
  - en
5
  library_name: transformers
 
6
  widget:
7
+ - text: What's my name?
8
+ context: My name is Soren and I live in the Hills.
9
+ example_title: Name
10
+ - text: What led to rapid development?
11
+ context: >-
12
+ The development of agriculture began around 12,000 years ago during the
13
+ Neolithic Revolution. Hunter-gatherers transitioned to cultivating crops and
14
+ raising livestock. Independent centers of early agriculture thrived in the
15
+ Fertile Crescent, Egypt, China, Mesoamerica and the Andes. Farming supported
16
+ larger, settled societies leading to rapid cultural development and
17
+ population growth.
18
+ example_title: Advancement
19
  ---
20
 
21
  # Model Card: Fine-tuned DistilBERT-base-uncased for Question and Answering
 
98
 
99
  For inquiries or issues related to this model, please contact [https://falcons.ai/].
100
 
101
+ ---