Skip to content

kernel-loophole/langchain-transformers

Repository files navigation

Transformer Emotion Analysis

Overview

This project demonstrates the use of a Transformer architecture for emotion analysis. The Transformer model is fine-tuned on an emotion dataset, and the hidden states are extracted for downstream tasks such as logistic regression and evaluation using a dummy classifier.

In this repo, you will find examples of real-world NLP tasks using advanced algorithms like Transformers, RNNs, CNNs, LSTMs. It also includes the RAG and fine-tuning approaches for QA.

Open In Colab fine tunning a code LLM from huggingface

Open In Colab basic transfromers example

Open In Colab Bird and plane detection using CNN pytorch

Open In Colab Tensor broadcasting ,core of matrix multiplication

Open In Colab tempature hot probelm using pytorch

Open In Colab Basic tensor using pytorch