shahrukhx01
commited on
Commit
•
e092697
1
Parent(s):
93879d0
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ tags:
|
|
4 |
- neural-search-query-classification
|
5 |
- neural-search
|
6 |
widget:
|
7 |
-
- text: "<col0> Player : text <col1> No. : text <col2> Nationality : text <col3> Position : text <col4> Years in Toronto : text <col5> School/Club Team : text
|
8 |
---
|
9 |
```python
|
10 |
from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig
|
|
|
4 |
- neural-search-query-classification
|
5 |
- neural-search
|
6 |
widget:
|
7 |
+
- text: "What is terrence ross' nationality? </s> <col0> Player : text <col1> No. : text <col2> Nationality : text <col3> Position : text <col4> Years in Toronto : text <col5> School/Club Team : text"
|
8 |
---
|
9 |
```python
|
10 |
from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig
|