KaushiGihan/distilbert-base-uncased-sentiment_analysis_LLM
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Fine-Tuning DistilBERT for Sentiment Analysis
This repository contains the code and workflow for fine-tuning the DistilBERT (distilbert-base-uncased) model from Hugging Face on a sentiment analysis task. The dataset used for training is sourced from Kaggle.
๐ Features
Fine-tuning distilbert-base-uncased for sentiment classification. Data preprocessing and tokenization using Hugging Face Transformers. Model training and evaluation. Inference script to predict sentiment on new text samples.
๐ Dataset
The datasets used for fine-tuning is available on Huggingface. You can download it using below links: 1.final dataset in Huggingface link
