1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

2243 Commits

Author SHA1 Message Date
Yanjun Qi
0c9356d316 add the custom-notebook in index.rst and correct keras notebook index 2021-04-02 17:31:39 -04:00
Nithin Vijayakumar
32c25bbb58 Merge branch 'master' of https://github.com/QData/TextAttack into cuda-installation-documentation 2021-04-02 15:46:25 -04:00
Yanjun Qi / Jane
055505955e Merge pull request #439 from QData/revert-400-specify_split
Revert "add --split to specify train/test/dev dataset"
2021-04-02 11:52:46 -04:00
Jin Yong Yoo
aa0d39bdfb Revert "add --split to specify train/test/dev dataset" 2021-04-02 23:30:52 +09:00
Yanjun Qi / Jane
77a244d5cc Merge pull request #400 from QData/specify_split
add --split to specify train/test/dev dataset
2021-04-02 10:19:19 -04:00
Nithin Vijayakumar
67e1af6c02 Merge branch 'master' into cuda-installation-documentation 2021-04-02 01:23:09 -04:00
Nithin Vijayakumar
3172bf0bb9 initial cuda installation instructions 2021-04-02 01:17:25 -04:00
Nithin Vijayakumar
022c69fb5e autobuild cli changed 2021-04-01 22:48:10 -04:00
MintForever
211abc5a67 remove unnecessary print statements 2021-03-30 21:38:19 -04:00
Yanjun Qi
1855169799 Update 4_Custom_Datasets_Word_Embedding.ipynb 2021-03-30 13:55:59 -04:00
Yanjun Qi
b1dd4dfbc7 Update 4_Custom_Datasets_Word_Embedding.ipynb 2021-03-30 11:47:49 -04:00
Yanjun Qi
96cf4e42b8 Merge branch 'new-tutorial-custom' of https://github.com/cogeid/TextAttack into pr/433 2021-03-30 11:40:56 -04:00
Yanjun Qi
db58b2f567 Revert "Add chinese readme document"
This reverts commit 153e21171b.
2021-03-30 11:35:28 -04:00
Opdoop
3a26b143b8 Add chinese readme document
Signed-off-by: Opdoop <247536381@qq.com>
2021-03-30 11:35:28 -04:00
diegoc
a1d8c4d347 New tutorial on custom dataset & word embedding
Adds a new notebook on how to use textattack with custom dataset and word embedding
2021-03-30 11:35:28 -04:00
Yanjun Qi
0e7a831325 Revert "Add chinese readme document"
This reverts commit 153e21171b.
2021-03-30 11:33:47 -04:00
Opdoop
153e21171b Add chinese readme document
Signed-off-by: Opdoop <247536381@qq.com>
2021-03-30 11:29:23 -04:00
Yanjun Qi / Jane
e343f6dbfd Merge pull request #434 from sanchit97/fix-torch-version
Fix torch version to 1.7.1
2021-03-21 10:59:00 -04:00
sanchit97
93a8c5cd42 Fix torch version to 1.7.1
Signed-off-by: sanchit97 <sanchit15083@iiitd.ac.in>
2021-03-21 02:14:46 -04:00
diegoc
6fa44c1270 New tutorial on custom dataset & word embedding
Adds a new notebook on how to use textattack with custom dataset and word embedding
2021-03-19 22:41:44 +08:00
Jack Morris
54cbfbcafc Update word_swap_wordnet.py 2021-03-12 10:48:12 -05:00
Jack Morris
ba8a755024 Update word_innerswap_random.py 2021-03-12 10:47:37 -05:00
alexander.zap
7a43aa049d Merge branch 'master' of https://github.com/QData/TextAttack into multilingual 2021-03-11 15:11:21 +01:00
Yanjun Qi / Jane
30e21cd85d Merge pull request #425 from QData/free-runner-space
Update run-pytest.yml
2021-02-24 12:05:16 -05:00
Jin Yong Yoo
ca8b990c40 Update run-pytest.yml 2021-02-25 00:00:57 +09:00
Yanjun Qi / Jane
9c01755aa2 delete stale.yml
the stable bot does not work well in our context.. So we abandon it for now.
2021-02-22 12:12:27 -05:00
Jin Yong Yoo
eebf2071b9 Merge pull request #417 from alexander-zap/fix_transformation_masked_lm
Fixed bug where in masked_lm transformations only subwords were candidates for top_words
2021-02-16 00:32:18 +09:00
Yanjun Qi / Jane
ad2cf4a49c Merge pull request #418 from alexander-zap/word_embedding_nn_performance
Increased performance of nearest_neighbours method in GensimWordEmbeddings
2021-02-15 10:31:02 -05:00
alexander.zap
693d8dd6eb Merge remote-tracking branch 'origin/word_embedding_nn_performance' into word_embedding_nn_performance 2021-02-15 11:03:35 +01:00
alexander.zap
494caeaf59 Increased performance of nearest_neighbours method in GensimWordEmbedding
- replaced index search of word in index2word with a call to word2index
2021-02-15 11:03:25 +01:00
alexander.zap
203dba9b4d Merge remote-tracking branch 'origin/fix_transformation_masked_lm' into fix_transformation_masked_lm 2021-02-15 11:03:04 +01:00
alexander.zap
86a3d3116e Fixed bug where only subwords were candidates for top_words 2021-02-15 11:02:44 +01:00
alexander.zap
c0cb92dc9e Merge remote-tracking branch 'origin/multilingual' into multilingual 2021-02-15 10:56:10 +01:00
alexander.zap
a013da9cf6 Fixed flake8 error (undefined variable and formatting) 2021-02-15 10:55:00 +01:00
alexander-zap
bb4b76aa41 Delete language.py 2021-02-15 10:55:00 +01:00
alexander.zap
44cc852366 Multilingual adjustment for most constraints
- the used models/languages can be passed in the __init__
2021-02-15 10:55:00 +01:00
alexander.zap
19c165ef61 Multilingual adjustment for most constraints
- the used models/languages can be passed in the __init__
2021-02-15 10:55:00 +01:00
alexander.zap
2d7421c290 Multilingual adjustment for constraints
- the used models/languages can be passed in the __init__
- fixed tensorflow_text error in MultilingualUniversalSentenceEncoder (does not work with LazyLoader)
2021-02-15 10:55:00 +01:00
Jin Yong Yoo
9ea4e7ef42 introduce new download method from any url 2021-02-15 10:55:00 +01:00
Jin Yong Yoo
ab698022c0 start multi-lingual branch 2021-02-15 10:55:00 +01:00
Yanjun Qi
5780b177ef Update requirements.txt
add sphinx-markdown-tables in dependency
2021-02-13 22:46:41 -05:00
Yanjun Qi
c2bc09f528 Revert "bypass the sphinx issue on ubuntu-latest to ubuntu-18.04"
This reverts commit 91e364aa64.
2021-02-13 22:44:38 -05:00
Yanjun Qi
91e364aa64 bypass the sphinx issue on ubuntu-latest to ubuntu-18.04 2021-02-13 22:32:24 -05:00
Yanjun Qi
2884cbf65f sphinx-markdown-tables runs fine on readthedoc , but not in Github Workflow.. 2021-02-13 22:25:41 -05:00
Yanjun Qi / Jane
2009a77f7d Merge pull request #419 from tahmid-kazi/patch-4
Update Model Zoo README.md with NLP Tasks table
2021-02-13 20:50:59 -05:00
Yanjun Qi
47a03e3e40 add in sphinx-markdown-tables 2021-02-13 20:49:54 -05:00
Yanjun Qi
20f79e1af5 add more details in the model page on readthedoc 2021-02-13 20:13:15 -05:00
Yanjun Qi
e32476a8af fix minor errors 2021-02-13 20:08:31 -05:00
Yanjun Qi
29bf26f326 make all url smaller font in models/readme.md 2021-02-13 16:37:59 -05:00
Yanjun Qi
4019eb1479 reduce font of Model/readme.md 2021-02-13 16:24:33 -05:00