molbal commited on
Commit
8694036
1 Parent(s): 9690e90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: wtfpl
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: wtfpl
3
+ library_name: peft
4
+ base_model: unsloth/mistral-7b-bnb-4bit
5
+ language:
6
+ - en
7
+ pipeline_tag: text-generation
8
  ---
9
+
10
+ # Model Card for molbal/novelstral-7b
11
+
12
+ Short response, text completion model trained on various novels.
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ This is a text completion model, designed to advance a story a few lines at a time.
19
+
20
+ - **Developed by:** https://huggingface.co/molbal
21
+ - **Model type:** Mistral 7b fine-tune
22
+ - **Language(s) (NLP):** English only
23
+ - **License:** wtfpl
24
+ - **Finetuned from model:** unsloth/mistral-7b-bnb-4bit
25
+
26
+
27
+
28
+ ### Framework versions
29
+
30
+ - PEFT 0.10.0
31
+ - Unsloth for training