ELutris commited on
Commit
f0597fe
·
verified ·
1 Parent(s): 054af56

KD-distilled 2-layer student against Llama-2-7B teacher (alpaca-cleaned, 1500 steps, T=2.0, KL loss)

Browse files
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
- "dtype": "float16",
9
  "eos_token_id": 2,
10
  "head_dim": 128,
11
  "hidden_act": "silu",
@@ -21,10 +21,12 @@
21
  "pad_token_id": 0,
22
  "pretraining_tp": 1,
23
  "rms_norm_eps": 1e-05,
24
- "rope_scaling": null,
25
- "rope_theta": 10000.0,
 
 
26
  "tie_word_embeddings": false,
27
- "transformers_version": "4.56.0",
28
- "use_cache": true,
29
  "vocab_size": 32000
30
  }
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
+ "dtype": "bfloat16",
9
  "eos_token_id": 2,
10
  "head_dim": 128,
11
  "hidden_act": "silu",
 
21
  "pad_token_id": 0,
22
  "pretraining_tp": 1,
23
  "rms_norm_eps": 1e-05,
24
+ "rope_parameters": {
25
+ "rope_theta": 10000.0,
26
+ "rope_type": "default"
27
+ },
28
  "tie_word_embeddings": false,
29
+ "transformers_version": "5.5.0",
30
+ "use_cache": false,
31
  "vocab_size": 32000
32
  }
generation_config.json CHANGED
@@ -6,5 +6,5 @@
6
  "pad_token_id": 32000,
7
  "temperature": 0.9,
8
  "top_p": 0.6,
9
- "transformers_version": "4.56.0"
10
  }
 
6
  "pad_token_id": 32000,
7
  "temperature": 0.9,
8
  "top_p": 0.6,
9
+ "transformers_version": "5.5.0"
10
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4428afb8feed1ad5fd25eb8a66eb290a782afd6877509fa8553830d10163b4fc
3
- size 1333831992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27495667b43cc3d89b0dc07f3a85bde18d6aeea2cd1a80dff951de48411a839
3
+ size 1333832016
tokenizer.json CHANGED
@@ -31,23 +31,13 @@
31
  "special": true
32
  }
33
  ],
34
- "normalizer": {
35
- "type": "Sequence",
36
- "normalizers": [
37
- {
38
- "type": "Prepend",
39
- "prepend": "▁"
40
- },
41
- {
42
- "type": "Replace",
43
- "pattern": {
44
- "String": " "
45
- },
46
- "content": "▁"
47
- }
48
- ]
49
  },
50
- "pre_tokenizer": null,
51
  "post_processor": {
52
  "type": "TemplateProcessing",
53
  "single": [
@@ -129,7 +119,7 @@
129
  "model": {
130
  "type": "BPE",
131
  "dropout": null,
132
- "unk_token": "<unk>",
133
  "continuing_subword_prefix": null,
134
  "end_of_word_suffix": null,
135
  "fuse_unk": true,
 
31
  "special": true
32
  }
33
  ],
34
+ "normalizer": null,
35
+ "pre_tokenizer": {
36
+ "type": "Metaspace",
37
+ "replacement": "▁",
38
+ "prepend_scheme": "first",
39
+ "split": false
 
 
 
 
 
 
 
 
 
40
  },
 
41
  "post_processor": {
42
  "type": "TemplateProcessing",
43
  "single": [
 
119
  "model": {
120
  "type": "BPE",
121
  "dropout": null,
122
+ "unk_token": null,
123
  "continuing_subword_prefix": null,
124
  "end_of_word_suffix": null,
125
  "fuse_unk": true,
tokenizer_config.json CHANGED
@@ -1,38 +1,10 @@
1
  {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
  "add_prefix_space": null,
5
- "added_tokens_decoder": {
6
- "0": {
7
- "content": "<unk>",
8
- "lstrip": false,
9
- "normalized": true,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "1": {
15
- "content": "<s>",
16
- "lstrip": false,
17
- "normalized": true,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "2": {
23
- "content": "</s>",
24
- "lstrip": false,
25
- "normalized": true,
26
- "rstrip": false,
27
- "single_word": false,
28
- "special": true
29
- }
30
- },
31
  "bos_token": "<s>",
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
- "extra_special_tokens": {},
35
- "legacy": false,
36
  "model_max_length": 1000000000000000019884624838656,
37
  "pad_token": "<unk>",
38
  "sp_model_kwargs": {},
 
1
  {
 
 
2
  "add_prefix_space": null,
3
+ "backend": "tokenizers",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "bos_token": "<s>",
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "</s>",
7
+ "is_local": false,
 
8
  "model_max_length": 1000000000000000019884624838656,
9
  "pad_token": "<unk>",
10
  "sp_model_kwargs": {},