yugamj commited on
Commit
7442b1a
·
verified ·
1 Parent(s): 3d1291e

added model and requirements file

Browse files
finance_chatbot_gpt2_complete_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86cdd5f921806c29accf352b9f551ef0222564d41d57554fb17693da0eb4b984
3
+ size 510452145
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ numpy==1.23.5
2
+ pandas==1.5.3
3
+ transformers==4.35.2
4
+ torch==2.1.0+cu121
5
+ gradio==4.15.0