Spaces:
Build error
Build error
PeteBleackley
commited on
Commit
·
47a7fc3
1
Parent(s):
064f030
Updates to README.md and requirements.txt
Browse files- README.md +6 -0
- requirements.txt +1 -0
README.md
CHANGED
@@ -1,2 +1,8 @@
|
|
1 |
# QARAC
|
2 |
Question Answering, Reasoning and Consistency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# QARAC
|
2 |
Question Answering, Reasoning and Consistency
|
3 |
+
|
4 |
+
This is a research project to investigate ways of making NLP models more factually accurate.
|
5 |
+
|
6 |
+
A description of the project can be found at [QARAC: Question Answering, Reasoning and Consistency](https://playfultechnology.co.uk/qarac-question-answering-reasoning-and-consistency.html) and updates can be found at the [project diary](https://playfultechnology.co.uk/tag/qarac.html).
|
7 |
+
|
8 |
+
Models will be available on [HuggingFace](https://huggingface.co/PlayfulTechnology) and will be based on [Hyena models](https://arxiv.org/abs/2302.10866).
|
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
keras
|
|
|
2 |
tensorflow
|
|
|
1 |
keras
|
2 |
+
keras_nlp
|
3 |
tensorflow
|