michal-stefanik
commited on
Commit
•
f2de48d
1
Parent(s):
44cab18
Update README.md
Browse files
README.md
CHANGED
@@ -81,12 +81,12 @@ prompt it with demonstrations in the following format:
|
|
81 |
|
82 |
```python
|
83 |
input_text = """
|
84 |
-
Question: What is the customer's name? Context:
|
85 |
-
|
86 |
-
Question: What is the customer's name? Context: Delivery to: Barrack Obama, if not deliverable, deliver to Bill Clinton. Answer:
|
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. Answer: Bill Moe,
|
85 |
+
Question: What is the customer's name? Context: Customer id: Barrack Obama, if not deliverable, return to Bill Clinton. Answer:
|
|
|
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).
|