## CHAIN19 we have trained the **CHAIN19** model based on the [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-v0.3) LLM model. The initial goal is to reproduce the baseline model and check the workflow for uploading results: - [x] Check the upload workflow. - [x] Checkpoint - [ ] training - [ ] We plan to release a technical report in the future. ## Model Information - Model Size: 7B - Embedding Dimension: 4096 - Max Input Tokens: 32k ## Requirements ``` transformers>=4.48.3 ```