Spaces:
Runtime error
Runtime error
Arash Mari Oriyad
commited on
Commit
·
8819937
1
Parent(s):
b33a97e
update README
Browse files
README.md
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
|
2 |
-
title: F22 Adversarial QA
|
3 |
-
emoji: 👀
|
4 |
-
colorFrom: yellow
|
5 |
-
colorTo: blue
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.17.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# Adversarial-QA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
This is the final project of the NLP course instructed by Dr. Asgari at Sharif University Technology, Fall 2022.
|
4 |
+
|
5 |
+
**🚀️Contributers :** Hamidreza Amirzadeh, Mohammad Hossein Sameti, Arash Maryoriad, Jalal Nematbakhsh
|
6 |
+
|
7 |
+
In this project we aimed to create adversarial examples for the persian state-of-the-art question answering(QA) models and then applying adversarial training methods inoder to make the models robust. The GitHub page of the project is available at this [link](https://github.com/NLP-Final-Projects/Adversarial-QA).
|