Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
ym001 committed May 11, 2020
1 parent 9aaafac commit fdfe950
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Manteia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
reminiscent.
"""

__version__ = "0.0.14"
__version__ = "0.0.15"


from Manteia import Classification
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Manteia - proclaim the good word
Designing your neural network to natural language processing. Deep learning has been used extensively in natural language processing (NLP) because
it is well suited for learning the complex underlying structure of a sentence and semantic proximity of various words.
Data cleaning, construction model (Bert, Roberta, Distilbert, XLNet, Albert, GPT, GPT2),
quality measurement training and finally visualization of your results.
quality measurement training and finally visualization of your results on several dataset (20newsgroups,SST-2,PubMed_20k_RCT)..


You can install it with pip :
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
wget==3.2
Manteia==0.0.13
matplotlib==3.2.1
nltk==3.5
numpy==1.18.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Topic :: deep learning :: classification :: generation",
"Topic :: NLP :: text :: intelligence artificial :: torch :: pytorch",

],


Expand Down

0 comments on commit fdfe950

Please sign in to comment.