Chris4K commited on
Commit
e6d8340
·
verified ·
1 Parent(s): 95aadbc

Update simple_sentiment.py

Browse files
Files changed (1) hide show
  1. simple_sentiment.py +1 -1
simple_sentiment.py CHANGED
@@ -14,7 +14,7 @@ class SimpleSentimentTool(Tool):
14
  "model_key": {
15
  "type": "string",
16
  "description": "The model to use for sentiment analysis",
17
- "default": None
18
  }
19
  }
20
  # Use a standard authorized type
 
14
  "model_key": {
15
  "type": "string",
16
  "description": "The model to use for sentiment analysis",
17
+ "default": "oliverguhr/german-sentiment-bert"
18
  }
19
  }
20
  # Use a standard authorized type