Update README.md
Browse files
README.md
CHANGED
@@ -18,13 +18,14 @@ Most updated version is V1.1.0 which is finetuned on 550 MB of webnovels found o
|
|
18 |
|
19 |
This model can be used for entertainment purposes and as a creative writing assistant for fiction writers.
|
20 |
|
21 |
-
## Usage with Kobold AI Colab
|
22 |
|
23 |
-
|
|
|
24 |
|
25 |
## Usage with Kobold AI Local
|
26 |
|
27 |
-
Load at AI/load a model from it's directory. Model name is "rexwang8/qilin-lit-6b". If you get a config.json not found error, reload the program and give it some time to find your
|
28 |
|
29 |
## Example Code
|
30 |
|
@@ -66,6 +67,6 @@ Wes Brown, Anthony Mercurio
|
|
66 |
|
67 |
## Version History
|
68 |
|
69 |
-
1.1.0 - 550 MB Dataset 3150 steps
|
70 |
|
71 |
-
1.0.0 - 100 MB Dataset 300 steps
|
|
|
18 |
|
19 |
This model can be used for entertainment purposes and as a creative writing assistant for fiction writers.
|
20 |
|
21 |
+
## Usage with Kobold AI Colab (Easiest)
|
22 |
|
23 |
+
https://colab.research.google.com/github/KoboldAI/KoboldAI-Client/blob/main/colab/GPU.ipynb
|
24 |
+
Replace the drop-down value with "rexwang8/qilin-lit-6b" and select that model. If you get a large malloc error during the tensor loading step, you are probably using the TPU version, you will need to use the GPU version.
|
25 |
|
26 |
## Usage with Kobold AI Local
|
27 |
|
28 |
+
Load at AI/load a model from it's directory. Model name is "rexwang8/qilin-lit-6b". If you get a config.json not found error, reload the program and give it some time to find your GPUs.
|
29 |
|
30 |
## Example Code
|
31 |
|
|
|
67 |
|
68 |
## Version History
|
69 |
|
70 |
+
1.1.0 - 550 MB Dataset 3150 steps (no reordering, no sampling)
|
71 |
|
72 |
+
1.0.0 - 100 MB Dataset 300 steps (no reordering, no sampling)
|