Instructions to use yulan-team/math-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use yulan-team/math-classifier with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("yulan-team/math-classifier", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Not Work on German
#1
by hermitg - opened
I use this model for german math text classify, but text is not relevance to math.
I guess model just train on chn or eng.
Unfortunately, yes. We don't have enough multilingual data to train a multilingual version of the classifier.
However, training this classifier requires only minimal computational resources (e.g., CPU), so you can try collecting positive examples (e.g., mathematical texts/math CoT) and negative examples (e.g., random web pages) to train it yourself.
IvanHU changed discussion status to closed