TheBloke commited on
Commit
9398909
1 Parent(s): ac95b74

Updating model files

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -1,6 +1,17 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
 
 
 
 
 
 
4
  # Vicuna 13B 1.1 HF
5
 
6
  This is an HF version of the [Vicuna 13B 1.1 model](https://huggingface.co/lmsys/vicuna-13b-delta-v1.1).
@@ -15,12 +26,23 @@ I have the following Vicuna 1.1 repositories available:
15
  * [Unquantized 13B 1.1 model for GPU - HF format](https://huggingface.co/TheBloke/vicuna-13B-1.1-HF)
16
  * [GPTQ quantized 4bit 13B 1.1 for GPU - `safetensors` and `pt` formats](https://huggingface.co/TheBloke/vicuna-13B-1.1-GPTQ-4bit-128g)
17
  * [GPTQ quantized 4bit 13B 1.1 for CPU - GGML format for `llama.cpp`](https://huggingface.co/TheBloke/vicuna-13B-1.1-GPTQ-4bit-128g-GGML)
18
-
19
  **7B models:**
20
  * [Unquantized 7B 1.1 model for GPU - HF format](https://huggingface.co/TheBloke/vicuna-7B-1.1-HF)
21
  * [GPTQ quantized 4bit 7B 1.1 for GPU - `safetensors` and `pt` formats](https://huggingface.co/TheBloke/vicuna-7B-1.1-GPTQ-4bit-128g)
22
  * [GPTQ quantized 4bit 7B 1.1 for CPU - GGML format for `llama.cpp`](https://huggingface.co/TheBloke/vicuna-7B-1.1-GPTQ-4bit-128g-GGML)
23
 
 
 
 
 
 
 
 
 
 
 
 
24
  # Vicuna Model Card
25
 
26
  ## Model details
@@ -59,4 +81,4 @@ A preliminary evaluation of the model quality is conducted by creating a set of
59
 
60
  ## Major updates of weights v1.1
61
  - Refactor the tokenization and separator. In Vicuna v1.1, the separator has been changed from `"###"` to the EOS token `"</s>"`. This change makes it easier to determine the generation stop criteria and enables better compatibility with other libraries.
62
- - Fix the supervised fine-tuning loss computation for better model quality.
 
1
  ---
2
  license: other
3
  ---
4
+ <div style="width: 100%;">
5
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
6
+ </div>
7
+ <div style="display: flex; justify-content: space-between; width: 100%;">
8
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
9
+ <p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
10
+ </div>
11
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
12
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
13
+ </div>
14
+ </div>
15
  # Vicuna 13B 1.1 HF
16
 
17
  This is an HF version of the [Vicuna 13B 1.1 model](https://huggingface.co/lmsys/vicuna-13b-delta-v1.1).
 
26
  * [Unquantized 13B 1.1 model for GPU - HF format](https://huggingface.co/TheBloke/vicuna-13B-1.1-HF)
27
  * [GPTQ quantized 4bit 13B 1.1 for GPU - `safetensors` and `pt` formats](https://huggingface.co/TheBloke/vicuna-13B-1.1-GPTQ-4bit-128g)
28
  * [GPTQ quantized 4bit 13B 1.1 for CPU - GGML format for `llama.cpp`](https://huggingface.co/TheBloke/vicuna-13B-1.1-GPTQ-4bit-128g-GGML)
29
+
30
  **7B models:**
31
  * [Unquantized 7B 1.1 model for GPU - HF format](https://huggingface.co/TheBloke/vicuna-7B-1.1-HF)
32
  * [GPTQ quantized 4bit 7B 1.1 for GPU - `safetensors` and `pt` formats](https://huggingface.co/TheBloke/vicuna-7B-1.1-GPTQ-4bit-128g)
33
  * [GPTQ quantized 4bit 7B 1.1 for CPU - GGML format for `llama.cpp`](https://huggingface.co/TheBloke/vicuna-7B-1.1-GPTQ-4bit-128g-GGML)
34
 
35
+ ## Want to support my work?
36
+
37
+ I've had a lot of people ask if they can contribute. I love providing models and helping people, but it is starting to rack up pretty big cloud computing bills.
38
+
39
+ So if you're able and willing to contribute, it'd be most gratefully received and will help me to keep providing models, and work on various AI projects.
40
+
41
+ Donaters will get priority support on any and all AI/LLM/model questions, and I'll gladly quantise any model you'd like to try.
42
+
43
+ * Patreon: coming soon! (just awaiting approval)
44
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
45
+ * Discord: https://discord.gg/UBgz4VXf
46
  # Vicuna Model Card
47
 
48
  ## Model details
 
81
 
82
  ## Major updates of weights v1.1
83
  - Refactor the tokenization and separator. In Vicuna v1.1, the separator has been changed from `"###"` to the EOS token `"</s>"`. This change makes it easier to determine the generation stop criteria and enables better compatibility with other libraries.
84
+ - Fix the supervised fine-tuning loss computation for better model quality.