Update README.md
parent
edb3a72ad6
commit
c476f5f48f
|
|
@ -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).
|
* [`server`](./server): API server for completion requests. It also logs users' selections (as feedback to model's quality).
|
||||||
* [`deployment`](./deployment): Container related deployment configs.
|
* [`deployment`](./deployment): Container related deployment configs.
|
||||||
* [`tasks`](./tasks): Various data processing scripts.
|
* [`tasks`](./tasks): Various data processing scripts.
|
||||||
* [`tabformer`](./tabformer): *NOT RELEASED* Trainer(PEFT w/RLHF) for tabby models.
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,5 @@
|
||||||
|
## Tasks
|
||||||
|
|
||||||
* [`converter`](./converter): Converts a [transformers](https://huggingface.co/docs/transformers) causal LM model into TensorRT / FasterTransformer serving formats.
|
* [`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)
|
* [`preprocess`](./preprocess): Preprocess files into [datasets](https://huggingface.co/docs/datasets)
|
||||||
|
* [`tabformer`](./tabformer): *NOT RELEASED* Trainer(PEFT w/RLHF) for tabby models.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue