Hannah
Hannah
It appears that the issue isn't due to the min-max extent. I'm getting the same issue if I set outliers and rule to false, rather than setting the extent. (If...
Try installing from source instead of through the package manager. The problem seems to be fixed only there.
Hello @oltrenuovefrontiere it looks like this was fixed in the current repository in build.gradle, but if I just pull in fluttercouch by specifying no version or version 0.5.0 in my...
Hi Luca, thank you! This worked for me after a slight change: ```yaml dependencies: fluttercouch: git: url: git://github.com/fluttercouch/fluttercouch.git ```
@bubbazz if you mean that you aren't getting outputs for all labels, but only the main labels, try this. ```python from transformers import BertTokenizer, AutoModelForSequenceClassification, pipeline model_name = 'original' #'ekman'...