kantundpeterpan commited on
Commit
0cfe465
·
verified ·
1 Parent(s): 23e47d5

Update tasks/text.py

Browse files
Files changed (1) hide show
  1. tasks/text.py +1 -1
tasks/text.py CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import hf_hub_download
10
  import joblib
11
 
12
  REPO_ID = "kantundpeterpan/frugal-ai-toy"
13
- FILENAME = "tfidf_rf.pkl"
14
 
15
  import nltk
16
  from nltk.tokenize import WordPunctTokenizer
 
10
  import joblib
11
 
12
  REPO_ID = "kantundpeterpan/frugal-ai-toy"
13
+ FILENAME = "tfidf.skops"
14
 
15
  import nltk
16
  from nltk.tokenize import WordPunctTokenizer