Commit
·
41869b3
1
Parent(s):
f2de48d
Update README.md
Browse files
README.md
CHANGED
@@ -81,12 +81,13 @@ prompt it with demonstrations in the following format:
|
|
81 |
|
82 |
```python
|
83 |
input_text = """
|
84 |
-
Question: What is the customer's name? Context: Origin: Barrack Obama, Customer id: Bill Moe.
|
85 |
-
|
|
|
|
|
86 |
"""
|
87 |
```
|
88 |
|
89 |
-
|
90 |
Note that despite its size, English SQuAD has a variety of reported biases,
|
91 |
conditioned by the relative position or type of the answer in the context that can affect the model's performance on new data
|
92 |
(see, e.g. [L. Mikula (2022)](https://is.muni.cz/th/adh58/?lang=en), Chap. 4.1).
|
|
|
81 |
|
82 |
```python
|
83 |
input_text = """
|
84 |
+
Question: What is the customer's name? Context: Origin: Barrack Obama, Customer id: Bill Moe.
|
85 |
+
Answer: Bill Moe,
|
86 |
+
Question: What is the customer's name? Context: Customer id: Barrack Obama, if not deliverable, return to Bill Clinton.
|
87 |
+
Answer:
|
88 |
"""
|
89 |
```
|
90 |
|
|
|
91 |
Note that despite its size, English SQuAD has a variety of reported biases,
|
92 |
conditioned by the relative position or type of the answer in the context that can affect the model's performance on new data
|
93 |
(see, e.g. [L. Mikula (2022)](https://is.muni.cz/th/adh58/?lang=en), Chap. 4.1).
|