Mumpitz

Results 3 comments of Mumpitz

We define a custom cache_root, so we have the older models saved locally. Our current solution is to specify the model files directly out of the cache folder. Would be...

Actually the `ner-german` Model is part of the project as well, and yes it was causing the same issues after i found the workaround for the `ner-multi` Model. So i...

So thinking about a loading mechanism, i came up with the idea of using the HfApi `model_info()` in conjunction with the flair `.load()`, to prevent the code from breaking. Before...