Welcome to my GitHub profile! I'm a passionate machine learning engineer with a focus on large language models. With expertise in Python and a variety of frameworks and tools, I strive to innovate and contribute to the field of natural language processing (NLP) and artificial intelligence (AI).
-
👯 I’m looking to collaborate on Generative AI related projects.
-
💬 Ask me about Generative AI
-
📫 How to reach me [email protected]
downstream task | Dataset | Base Model | link to fine tuned model | link to the project |
---|---|---|---|---|
Text Classification | likhith231/enron_spam_small | roberta-base | likhith231/roberta-base-lora-text-classification | Click Here |
Text Translation | likhith231/wmt_en_ro_7000 | Helsinki-NLP/opus-mt-en-ro | likhith231/opus-mt-en-ro-finetuned-en-to-ro | Click Here |
Text Summarization | Truncated version of samsum | T5-small | T5-small-summarization | Click Here |
Question Answering | Truncated version of Squad | distilbert-base-uncased | likhith231/distilbert-base-uncased-finetuned-squad | Click Here |
Text Generation | mlabonne/guanaco-llama2-1k | Llama-2-7b-chat-hf | likhith231/llama-2-7b-miniguanaco | Click Here |
Source: Huggingface
category | technique | downstream task | dataset | model | repository link |
---|---|---|---|---|---|
Prompt Based | Prompt Tuning | Text Classification | RAFT/Twitter_complaints | bigscience/bloomz-560m | Click Here |
Prompt Based | P Tuning | Sequence classification | GLUE/MRPC | RoBERTa-large | Click Here |
Prompt Based | Prefix tuning | Sentiment Classification | financial_phrasebank/sentences_all_agree | google-t5/t5-large | Click here.. |
LoRA based | LoRA | Text Classification | likhith231/enron_spam_small | roberta-base | likhith231/roberta-base-lora-text-classification |
LoRA based | LoHa | Image Classification | food101 | google/vit-base-patch16-224-in21k | Click Here.. |
LoRA based | LoKr | Image Classification | food101 | google/vit-base-patch16-224-in21k | Click Here.. |
LoRA based | AdaLoRA | - | - | - | - |