Lydia Koerber
Results
2
issues of
Lydia Koerber
### Describe the bug Hi! I tried to use the fine-grained PoS-Tagger for German Twitter data described [here](https://github.com/stefan-it/flair-experiments/tree/master/pos-twitter-german), but unfortunately, I ran into an error trying to load the model....
bug
wontfix
I am trying to use `TimeLlama-7b-chat`, loading it from HuggingFace. I am using the following code to load the model: ``` model_name = "chrisyuan45/TimeLlama-7b-chat" quantization_config = BitsAndBytesConfig.from_dict({ 'load_in_4bit': True, 'bnb_4bit_compute_dtype':...