Commit
·
80a4c6b
1
Parent(s):
41869b3
Update README.md
Browse files
README.md
CHANGED
@@ -81,11 +81,12 @@ prompt it with demonstrations in the following format:
|
|
81 |
|
82 |
```python
|
83 |
input_text = """
|
84 |
-
Question: What is the customer's name?
|
|
|
85 |
Answer: Bill Moe,
|
86 |
-
Question: What is the customer's name?
|
87 |
-
|
88 |
-
"""
|
89 |
```
|
90 |
|
91 |
Note that despite its size, English SQuAD has a variety of reported biases,
|
|
|
81 |
|
82 |
```python
|
83 |
input_text = """
|
84 |
+
Question: What is the customer's name?
|
85 |
+
Context: Origin: Barrack Obama, Customer id: Bill Moe.
|
86 |
Answer: Bill Moe,
|
87 |
+
Question: What is the customer's name?
|
88 |
+
Context: Customer id: Barrack Obama, if not deliverable, return to Bill Clinton.
|
89 |
+
Answer:"""
|
90 |
```
|
91 |
|
92 |
Note that despite its size, English SQuAD has a variety of reported biases,
|