Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,10 @@ license: mit
|
|
| 3 |
datasets:
|
| 4 |
- rajpurkar/squad
|
| 5 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
#### How to use
|
|
@@ -29,6 +33,9 @@ The model takes concatenated answers and context as an input sequence, and will
|
|
| 29 |
<context> Sachin lives in Mumbai. He has two children. <answer> two children
|
| 30 |
```
|
| 31 |
```
|
|
|
|
|
|
|
|
|
|
| 32 |
<context> Carbon has 6 neutrons. <answer> 6
|
| 33 |
```
|
| 34 |
```
|
|
|
|
| 3 |
datasets:
|
| 4 |
- rajpurkar/squad
|
| 5 |
library_name: transformers
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- text-generation-inference
|
| 10 |
---
|
| 11 |
|
| 12 |
#### How to use
|
|
|
|
| 33 |
<context> Sachin lives in Mumbai. He has two children. <answer> two children
|
| 34 |
```
|
| 35 |
```
|
| 36 |
+
<context> Sachin lives in Mumbai. He has two children. He is 50 years old. David is his friend. He is 45 years old.<answer> 45
|
| 37 |
+
```
|
| 38 |
+
```
|
| 39 |
<context> Carbon has 6 neutrons. <answer> 6
|
| 40 |
```
|
| 41 |
```
|