clementdesroches commited on
Commit
98fe162
·
verified ·
1 Parent(s): 64079b0

fix description update

Browse files
Files changed (1) hide show
  1. tasks/text.py +1 -1
tasks/text.py CHANGED
@@ -10,7 +10,7 @@ from .utils.evaluation import TextEvaluationRequest
10
 
11
  router = APIRouter()
12
 
13
- DESCRIPTION = "random model"
14
  ROUTE = "/text"
15
 
16
 
 
10
 
11
  router = APIRouter()
12
 
13
+ DESCRIPTION = "RF overfitted like crazy"
14
  ROUTE = "/text"
15
 
16