RealFalconsAI
commited on
Commit
·
7473a12
1
Parent(s):
8c0eecb
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,21 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
-
|
7 |
widget:
|
8 |
-
- text:
|
9 |
-
context:
|
10 |
-
example_title:
|
11 |
-
- text:
|
12 |
-
context:
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
---
|