xzyao commited on
Commit
6b8f829
·
verified ·
1 Parent(s): 9bad7b2

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -26,30 +26,20 @@ This is a compressed model using [deltazip](https://github.com/eth-easl/deltazip
26
  #### Prompt:
27
 
28
  ```
29
- <bos><start_of_turn>user
30
- Who is Alan Turing?<end_of_turn>
31
-
32
  ```
33
 
34
  #### Output:
35
 
36
  ```
37
  <bos><start_of_turn>user
38
- <bos><start_of_turn>user
39
- Who is Alan Turing?<end_of_turn><end_of_turn>
40
- *Alan Turing* (1912-1954) was a British mathematician and computer scientist who is considered the father of theoretical computer science and artificial intelligence.
41
-
42
- Here are some key points about his life and work:
43
-
44
- **Early Life and Education:**
45
-
46
- * Born in London, England, in 1912.
47
- * Showed exceptional mathematical ability from a young age.
48
- * Studied mathematics at King's College, Cambridge.
49
 
50
- **World War II Contributions:**
51
 
52
- * Played a crucial role in breaking the German Enigma
 
53
  ```
54
 
55
  ## Evaluation
 
26
  #### Prompt:
27
 
28
  ```
29
+ [{'role': 'user', 'content': 'Who is Alan Turing?'}]
 
 
30
  ```
31
 
32
  #### Output:
33
 
34
  ```
35
  <bos><start_of_turn>user
36
+ Who is Alan Turing?<end_of_turn>
37
+ *Alan Turing* (1912-1954) was a British mathematician and computer scientist who is widely considered to be the father of theoretical computer science and artificial intelligence.
 
 
 
 
 
 
 
 
 
38
 
39
+ Here are some of his key contributions:
40
 
41
+ * **Turing Machine:** He proposed the concept of a *Turing machine*, a theoretical model of computation that can simulate any algorithm. This laid the foundation for modern computers.
42
+ * **Codebreaking during World War II:** Turing played a crucial role in breaking the German Enigma code at Bletchley Park, significantly contributing to the Allied victory
43
  ```
44
 
45
  ## Evaluation
compress_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "sparsity": 0.5,
5
  "damp_percent": 0.01,
6
  "desc_act": false,
7
- "sym": false,
8
  "true_sequential": true,
9
  "lossless": "none",
10
  "prunen": 2,
 
4
  "sparsity": 0.5,
5
  "damp_percent": 0.01,
6
  "desc_act": false,
7
+ "sym": true,
8
  "true_sequential": true,
9
  "lossless": "none",
10
  "prunen": 2,
delta_config.json CHANGED
@@ -1 +1 @@
1
- {"base_model": "google/gemma-2-9b", "compress_config": {"bits": 4, "group_size": -1, "sparsity": 0.5, "damp_percent": 0.01, "desc_act": false, "sym": false, "true_sequential": true, "lossless": "none", "prunen": 2, "prunem": 4, "block_size": 128}, "target_modules": ["self_attn.k_proj", "self_attn.v_proj", "self_attn.q_proj", "self_attn.o_proj", "mlp.up_proj", "mlp.gate_proj", "mlp.down_proj"]}
 
1
+ {"base_model": "google/gemma-2-9b", "compress_config": {"bits": 4, "group_size": -1, "sparsity": 0.5, "damp_percent": 0.01, "desc_act": false, "sym": true, "true_sequential": true, "lossless": "none", "prunen": 2, "prunem": 4, "block_size": 128}, "target_modules": ["self_attn.k_proj", "self_attn.v_proj", "self_attn.q_proj", "self_attn.o_proj", "mlp.up_proj", "mlp.gate_proj", "mlp.down_proj"]}
deltazip-compressed.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b36129bbbcee3a1541bc6de060a71e4994ab1fd3b8fcabb4565c876eae268d60
3
- size 7843907696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897ba4e703037cc32267c25687fbb307128e3c357d1fa3d7a5e2b7afc434db60
3
+ size 6795122216
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9afc4612a55c9c4b6223058eb59ae051813e1a51cb3f95b0f29ad864d50e4781
3
- size 34362972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7eee611703c5ce5d1eee32d9cdcfe465647b8aff0c1dfb3bed7ad7dbb05060
3
+ size 34362873