Arash Mari Oriyad commited on
Commit
8819937
·
1 Parent(s): b33a97e

update README

Browse files
Files changed (1) hide show
  1. README.md +6 -11
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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).