Vaibhav Upadhyay
Results
2
issues of
Vaibhav Upadhyay
Hi There, I am getting error `ValueError: Invalid operator: $contain. Expected one of {'$gte', '$ilike', '$and', '$ne', '$lt', '$eq', '$nin', '$exists', '$gt', '$in', '$between', '$lte', '$not', '$or', '$like'} ` `...
- Notebook shown [here](https://colab.research.google.com/github/timothelaborie/text_classification_scripts/blob/main/unsloth_classification.ipynb) - Loading a model in 4 bit `model_name = "unsloth/Qwen3-4B-Base";load_in_4bit = True` - And removing the lm_head fro target mods as was getting error `# AssertionError:...