Text Generation
Transformers
PyTorch
English
stablelm_epoch
custom_code
acrastt commited on
Commit
e43bf2d
1 Parent(s): b8c3393

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,4 +25,6 @@ Note that this model have the EOS token of `<|endoftext|>` instead of `<\s>`.
25
  [StableLM 3B 4E1T](https://huggingface.co/stabilityai/stablelm-3b-4e1t) by [Stability AI](https://stability.ai/) is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
26
 
27
  Modifications:
28
- - Instruction tuned on dataset [EverythingLM Data V3(ShareGPT Format)](https://huggingface.co/datasets/acrastt/EverythingLM-V3-ShareGPT) for 2 epochs using [QLoRA](https://arxiv.org/abs/2305.14314).
 
 
 
25
  [StableLM 3B 4E1T](https://huggingface.co/stabilityai/stablelm-3b-4e1t) by [Stability AI](https://stability.ai/) is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
26
 
27
  Modifications:
28
+ - Instruction tuned on dataset [EverythingLM Data V3(ShareGPT Format)](https://huggingface.co/datasets/acrastt/EverythingLM-V3-ShareGPT) for 2 epochs using [QLoRA](https://arxiv.org/abs/2305.14314).
29
+ - Added `"_name_or_path"`, changed `"torch_dtype"` and `"transformers_version"` in [`config.json`](https://huggingface.co/acrastt/Marx-3B-V3/blob/main/config.json).
30
+ - Changes to [`README.MD`](https://huggingface.co/acrastt/Marx-3B-V3/blob/main/README.md).