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

  • Log In
  • Sign Up

asogwa001
/
sentiment-imdb-models

Text Classification
Transformers
English
sentiment-analysis
Model card Files Files and versions
xet
Community
sentiment-imdb-models
512 MB
  • 1 contributor
History: 8 commits
asogwa001's picture
asogwa001
docs: enable git lfs for large model files
67eeede about 1 month ago
  • bert-tokenizer
    tokenizer: add bert-base tokenizer about 1 month ago
  • .gitattributes
    1.57 kB
    docs: enable git lfs for large model files about 1 month ago
  • README.md
    220 Bytes
    Update README.md about 1 month ago
  • bert-base_sentiment_model.onnx
    1.22 MB
    xet
    bert-base: add finetuned model; trained for 3 epochs on i 3 epochs on imdb about 1 month ago
  • bert-base_sentiment_model.onnx.data
    438 MB
    xet
    bert-base: add finetuned model; trained for 3 epochs on i 3 epochs on imdb about 1 month ago
  • lr_sentiment_model.joblib

    Detected Pickle imports (4)

    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "numpy.dtype",
    • "numpy.ndarray",
    • "sklearn.linear_model._logistic.LogisticRegression"

    How to fix it?

    15.4 MB
    xet
    logistic-regression: add classic lr model trained on imdb about 1 month ago
  • tfidf_vectorizer.joblib

    Detected Pickle imports (6)

    • "sklearn.feature_extraction.text.TfidfTransformer",
    • "numpy.dtype",
    • "numpy.float64",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "sklearn.feature_extraction.text.TfidfVectorizer",
    • "numpy.ndarray"

    How to fix it?

    56.6 MB
    xet
    logistic-regression: add tfidf vectorizer used for preprocessing text about 1 month ago