kantundpeterpan commited on
Commit
797dae5
·
1 Parent(s): f61ca77
Files changed (1) hide show
  1. tasks/text.py +3 -0
tasks/text.py CHANGED
@@ -27,6 +27,9 @@ print()
27
  print("### Task Dir")
28
  print(os.listdir("./tasks"))
29
 
 
 
 
30
  import random
31
 
32
  from .utils.evaluation import TextEvaluationRequest
 
27
  print("### Task Dir")
28
  print(os.listdir("./tasks"))
29
 
30
+ #download model for text task
31
+ download(repo_id = "kantundpeterpan/frugal-ai-toy", dst = "tasks/model")
32
+
33
  import random
34
 
35
  from .utils.evaluation import TextEvaluationRequest