ToastyPigeon commited on
Commit
d6e677d
·
verified ·
1 Parent(s): a2aae38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -15,11 +15,11 @@ base_model:
15
 
16
  A roleplaying/creative-writing fine tune of [internlm/internlm3-8b-instruct](https://huggingface.co/internlm/internlm3-8b-instruct), provided as an alternative to L3 8B for folks with 8GB VRAM.
17
 
18
- This was trained on a mix of private instruct (~1k samples) and roleplaying (~2.5k human and ~1k synthetic samples), along with the following public datasets:
19
- - allenai/tulu-3-sft-personas-instruction-following (~500 samples)
20
  - PocketDoc/Dans-Prosemaxx-Gutenberg (all samples)
21
- - ToastyPigeon/SpringDragon-Instruct (~500 samples)
22
- - allura-org/fujin-cleaned-stage-2 (~500 samples)
23
 
24
  The instruct format is standard ChatML:
25
  ```
 
15
 
16
  A roleplaying/creative-writing fine tune of [internlm/internlm3-8b-instruct](https://huggingface.co/internlm/internlm3-8b-instruct), provided as an alternative to L3 8B for folks with 8GB VRAM.
17
 
18
+ This was trained on a mix of private instruct (\~1k samples) and roleplaying (\~2.5k human and \~1k synthetic samples), along with the following public datasets:
19
+ - allenai/tulu-3-sft-personas-instruction-following (\~500 samples)
20
  - PocketDoc/Dans-Prosemaxx-Gutenberg (all samples)
21
+ - ToastyPigeon/SpringDragon-Instruct (\~500 samples)
22
+ - allura-org/fujin-cleaned-stage-2 (\~500 samples)
23
 
24
  The instruct format is standard ChatML:
25
  ```