Skip to content

Commit

Permalink
LLMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilina Rajapakse committed Feb 15, 2024
1 parent df6ddf7 commit 1b073ff
Show file tree
Hide file tree
Showing 24 changed files with 1,188 additions and 120 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.65.0] - 2025-01-31
## [0.70.0] - 2024-02-15

### Added

- Added support for using LLMs with `LanguageModelingModel` (with or without quantization)
- Added support for adapter tuning LLMs

## [0.65.0] - 2024-01-31

- Lots of QOL improvements
- Added support for evaluating retrieval models with `pytrec_eval`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -9,17 +9,17 @@ This library is based on the [Transformers](https://github.com/huggingface/trans

**Supported Tasks:**

- Information Retrieval (Dense Retrieval)
- (Large) Language Models (Training, Fine-tuning, and Generation)
- Encoder Model Training and Fine-tuning
- Sequence Classification
- Token Classification (NER)
- Question Answering
- Language Model Fine-Tuning
- Language Model Training
- Language Generation
- T5 Model
- Seq2Seq Tasks
- Multi-Modal Classification
- Conversational AI.
- Text Representation Generation.

# Table of contents

Expand Down

0 comments on commit 1b073ff

Please sign in to comment.