Skip to content

burcuozek/LLMrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Large Language Models

Large Language Models (LLMs) are advanced artificial intelligence systems designed to process and generate human-like text based on vast amounts of training data. They employ deep learning techniques, particularly transformer architectures, to understand and produce language with high proficiency. LLMs have applications in natural language processing tasks such as translation, text generation, sentiment analysis, and question answering, revolutionizing various fields including machine translation, content creation, and virtual assistants.

The LLM.ipynb file serves as an introduction to the fundamentals of LLM, demonstrating how to customize and apply it in different contexts using Hugging Face. The document offers insights into selecting appropriate models and tokenizers, providing detailed explanations of their configurations.

Projects are follows:

  • Summarization
  • Sentiment analysis
  • Zero-shot classification
  • Few-shot learning

The Rag_Tutorial.ipynb file includes the adaptation of RAG Retrieval Augmented Generation to LLM. It talks about the key components. It uses databricks-dolly-15k dataset.

RAG_LLM_QuestionAnswering_DocumentPDF.ipynb file presents a question-answering system utilizing Large Language Models (LLM). You can upload any research article, and the algorithm will provide answers based on the relevant context.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published