adr commited on
Commit
491fb47
1 Parent(s): 5b609f4

add model and reqs

Browse files
Files changed (2) hide show
  1. model.pkl +3 -0
  2. requirements.txt +10 -0
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390f79ce865a33f7c71973f586d50791d6e6a59e4b0b93661a19ba1f84356d6f
3
+ size 47065259
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastai>=2.7.9
2
+ graphviz
3
+ ipywidgets
4
+ matplotlib
5
+ nbdev>=0.2.12
6
+ pandas
7
+ scikit_learn
8
+ azure-cognitiveservices-search-imagesearch
9
+ sentencepiece
10
+ fastbook