jmyszewski / GANBioBERTMetaAnalysis

This is the Repository for all data and code associated with the study "Comparison of Meta-Analysis Findings to GAN-BioBERT Sentiment Analysis of Literature Pertaining to Nerve Blocks in Primary Hip and Knee Arthroplasty: A Brief Technical Report" by Joshua J Myszewski, Emily Klossowski, and Kristopher M Schroeder.
Apache License 2.0
0 stars 0 forks source link

Versions #2

Open taylorgaines opened 2 years ago

taylorgaines commented 2 years ago

I am trying to test your model with your examples but python doesn't seem to be working with it. Do you have a versions list for all of the packages you are using? More specifically, the version of NLTK you are using?

jmyszewski commented 2 years ago

The nltk version is 3.5. The scikit-learn version is 0.23.2. The torch version is 1.12.1+cpu. The transformers version is 4.5.1.

If that information doesn't resolve the problem could you be more specific about what issues you are having?