nirmalya-net.pages.dev Open in urlscan Pro
2606:4700:310c::ac42:2ef3  Public Scan

URL: https://nirmalya-net.pages.dev/
Submission: On January 02 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

Nirmalya Ghosh Problem Solver | Technologist


USING MIXTRAL 8X7B FOR NLP TASKS ON SMALL GPUS

 01 Jan 2024  15 minutes   LLM  NLP 

Large language models (LLM) are made up of billions of parameters, thus posing
challenges when loading them onto GPU memory for model inference or fine-tuning.
This post briefly explains the challenges and describes a solution to load
Mixtral 8x7B, a State-of-the-art (SOTA) LLM, onto consumer-grade GPUs, followed
by using the model for NLP tasks such as Named Entity Recognition (NER),
Sentiment Analysis, and Text Classification.


13 WAYS TO SPEEDUP PYTHON LOOPS

 24 Dec 2023  12 minutes   Python Programming  Problem Solving 

A few simple ways to achieve 1.3x to 970x speedup of Python for loops with
minimal effort.


HIGH-QUALITY ANNOTATIONS FOR CUSTOM NER, WITH REDUCED HUMAN EFFORT : USING
CHATGPT

 02 Apr 2023  10 minutes   LLM  NLP  Productivity Boost  Problem Solving 

Developing custom Named Entity Recognition (NER) models for specific use cases
depend on the availability of high-quality annotated datasets, which can be
expensive. As someone who has worked on several real-world use cases, I know the
challenges all too well. This post describes a few real-world challenges, a
solution which reduces human effort whilst maintaining high quality, and code
snippets for the solution.


COREFERENCE RESOLUTION

 31 Mar 2023  8 minutes   NLP  Problem Solving 

Coreference resolution refers to the task of identifying all the expressions in
a text that refer to the same entity, such as pronouns, nouns, or noun phrases,
and linking them to their referring entity. This post, inspired by a real world
problem, describes a few challenges and explores a few approaches, along with
code snippets.


PAGES

 * Home
 * About




PAGES

 * Home
 * About


LINKS


TAGS

LLM NLP Problem Solving Productivity Boost Python Programming
© 2020-2024 Nirmalya Ghosh | Powered by Fuji-v2 & Hugo