YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Danish Sentiment Analysis

Information

Approach

  • Preprocessing

    • Links and Usernames are replaced with @USER and [LINK], removing those keyholders
    • Removing hashtags as they generally donot contribute to sentiment
    • Removing emoji as models used in this notebook donot take emojis into consideration (replacing with their meaning could also be tested)
    • lowercase
    • Stopwords removal, danish stopwords from NLTK
  • Training with HF trainer

  • Training with pytorch loop

  • Uploading model to Huggingface hub

  • FastAPI endpoint

  • Packaged the api service as a docker container

Downloads last month
18
Safetensors
Model size
111M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.