diff --git a/README.md b/README.md index 38049ef..9869647 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ An opensource / on-prem alternative to GitHub Copilot * [`server`](./server): API server for completion requests. It also logs users' selections (as feedback to model's quality). * [`deployment`](./deployment): Container related deployment configs. * [`tasks`](./tasks): Various data processing scripts. -* [`tabformer`](./tabformer): *NOT RELEASED* Trainer(PEFT w/RLHF) for tabby models. ## Development diff --git a/tasks/README.md b/tasks/README.md index ca35de9..89cf0d0 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -1,2 +1,5 @@ +## Tasks + * [`converter`](./converter): Converts a [transformers](https://huggingface.co/docs/transformers) causal LM model into TensorRT / FasterTransformer serving formats. * [`preprocess`](./preprocess): Preprocess files into [datasets](https://huggingface.co/docs/datasets) +* [`tabformer`](./tabformer): *NOT RELEASED* Trainer(PEFT w/RLHF) for tabby models.