TheBloke commited on
Commit
b926638
1 Parent(s): c6e456a

Upload folder using huggingface_hub

Browse files
GPT4-x-Vicuna-13B-GPTQ-4bit-128g.compat.act-order.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04f16c585dbad54501d66dadb724176d06ef7983ef0c5fa0f2fd02f41dd9b9b6
3
+ size 7255179696
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
- license: other
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: gpl
3
  ---
4
+ As a base model used https://huggingface.co/eachadea/vicuna-13b-1.1
5
+
6
+ Finetuned on Teknium's GPTeacher dataset, unreleased Roleplay v2 dataset, GPT-4-LLM dataset, and Nous Research Instruct Dataset
7
+
8
+ Approx 180k instructions, all from GPT-4, all cleaned of any OpenAI censorship/"As an AI Language Model" etc.
9
+
10
+ Base model still has OpenAI censorship. Soon, a new version will be released with cleaned vicuna from https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltere
11
+
12
+ Trained on 8 A100-80GB GPUs for 5 epochs following Alpaca deepspeed training code.
13
+
14
+ Nous Research Instruct Dataset will be released soon.
15
+
16
+ GPTeacher, Roleplay v2 by https://huggingface.co/teknium
17
+
18
+ Wizard LM by https://github.com/nlpxucan
19
+
20
+ Nous Research Instruct Dataset by https://huggingface.co/karan4d and https://huggingface.co/huemin
21
+
22
+ Compute provided by our project sponsor https://redmond.ai/
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 32000
3
+ }
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "eachadea/vicuna-13b-1.1",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 5120,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 13824,
12
+ "max_position_embeddings": 2048,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 40,
15
+ "num_hidden_layers": 40,
16
+ "pad_token_id": 0,
17
+ "rms_norm_eps": 1e-06,
18
+ "tie_word_embeddings": false,
19
+ "torch_dtype": "bfloat16",
20
+ "transformers_version": "4.28.1",
21
+ "use_cache": true,
22
+ "vocab_size": 32001
23
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.28.1"
7
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "[PAD]",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "model_max_length": 512,
22
+ "pad_token": null,
23
+ "padding_side": "right",
24
+ "sp_model_kwargs": {},
25
+ "tokenizer_class": "LlamaTokenizer",
26
+ "unk_token": {
27
+ "__type": "AddedToken",
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ }
34
+ }
trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.9973568281938325,
5
+ "global_step": 3545,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.7,
12
+ "learning_rate": 8.85980221058755e-06,
13
+ "loss": 0.7246,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.41,
18
+ "learning_rate": 7.405468295520653e-06,
19
+ "loss": 0.5968,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 2.11,
24
+ "learning_rate": 5.9511343804537524e-06,
25
+ "loss": 0.5052,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 2.82,
30
+ "learning_rate": 4.496800465386853e-06,
31
+ "loss": 0.3611,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 3.52,
36
+ "learning_rate": 3.0424665503199537e-06,
37
+ "loss": 0.2573,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 4.23,
42
+ "learning_rate": 1.5881326352530543e-06,
43
+ "loss": 0.1943,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 4.93,
48
+ "learning_rate": 1.3379872018615477e-07,
49
+ "loss": 0.1354,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 5.0,
54
+ "step": 3545,
55
+ "total_flos": 897107395346432.0,
56
+ "train_loss": 0.3929895871785195,
57
+ "train_runtime": 101143.6052,
58
+ "train_samples_per_second": 8.977,
59
+ "train_steps_per_second": 0.035
60
+ }
61
+ ],
62
+ "max_steps": 3545,
63
+ "num_train_epochs": 5,
64
+ "total_flos": 897107395346432.0,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }