Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Sengil
/
Turkish-ABSA-BiLSTM-Word2Vec

Text Classification
Keras
Turkish
tensorflow
sentiment-analysis
aspect-based-sentiment-analysis
Model card Files Files and versions
xet
Community

Instructions to use Sengil/Turkish-ABSA-BiLSTM-Word2Vec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use Sengil/Turkish-ABSA-BiLSTM-Word2Vec with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://Sengil/Turkish-ABSA-BiLSTM-Word2Vec")
    
  • Notebooks
  • Google Colab
  • Kaggle
Turkish-ABSA-BiLSTM-Word2Vec
11.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Sengil's picture
Sengil
Update README.md
e1e7ab1 verified 12 months ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 12 months ago
  • README.md
    4.72 kB
    Update README.md 12 months ago
  • absa_bilstm_model.keras
    11 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • tokenizer.pkl

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "collections.defaultdict",
    • "keras.src.legacy.preprocessing.text.Tokenizer",
    • "builtins.int"

    How to fix it?

    517 kB
    xet
    Upload folder using huggingface_hub 12 months ago