Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

undertheseanlp
/
sen-1

Text Classification
Scikit-learn
Vietnamese
vietnamese
tfidf
svm
Model card Files Files and versions
xet
Community

Instructions to use undertheseanlp/sen-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use undertheseanlp/sen-1 with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("undertheseanlp/sen-1", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
sen-1 / src
24.9 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
Tiep's picture
Tiep
Refactor training to Hydra config and use underthesea imports
903cdb2 3 months ago
  • conf
    Refactor training to Hydra config and use underthesea imports 3 months ago
  • bench.py
    13.4 kB
    Refactor training to Hydra config and use underthesea imports 3 months ago
  • train.py
    8.95 kB
    Refactor training to Hydra config and use underthesea imports 3 months ago