ArtifactAI
commited on
Commit
·
9e8df1b
1
Parent(s):
09390f7
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,9 @@ license: apache-2.0
|
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: summarization
|
|
|
|
|
|
|
6 |
tags:
|
7 |
- arxiv
|
8 |
---
|
@@ -80,7 +83,7 @@ print(tokenizer.decode(outputs[0]))
|
|
80 |
qa = pipeline("summarization", model="ArtifactAI/flan-t5-base-arxiv-cs-ml-question-answering")
|
81 |
|
82 |
|
83 |
-
query = "
|
84 |
print(f"query: {query}")
|
85 |
res = qa("answer: " + query)
|
86 |
|
|
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: summarization
|
6 |
+
widget:
|
7 |
+
- text: "What is an LSTM?"
|
8 |
+
example_title: "Question Answering"
|
9 |
tags:
|
10 |
- arxiv
|
11 |
---
|
|
|
83 |
qa = pipeline("summarization", model="ArtifactAI/flan-t5-base-arxiv-cs-ml-question-answering")
|
84 |
|
85 |
|
86 |
+
query = "What is an LSTM?"
|
87 |
print(f"query: {query}")
|
88 |
res = qa("answer: " + query)
|
89 |
|