CompactAI commited on
Commit
de9b828
·
verified ·
1 Parent(s): 31ba27a

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +6 -6
  2. comparison_graph.png +2 -2
  3. model.safetensors +1 -1
  4. tokenizer.json +8 -1
README.md CHANGED
@@ -22,14 +22,14 @@ This model is a **medium-heavy** pruned version of [LGAI-EXAONE/EXAONE-4.0-1.2B]
22
 
23
  | Category | Original | Pruned |
24
  |----------|----------|--------|
25
- | Python | 20.0% | 40.0% |
26
  | HTML | 6.7% | 0.0% |
27
- | Trivia | 86.7% | N/A |
28
- | Math | 60.0% | N/A |
29
  | Reasoning | N/A | N/A |
30
- | Medical | 93.3% | N/A |
31
- | Linux | 93.3% | N/A |
32
- | Writing | 46.7% | N/A |
33
 
34
  ![Comparison Graph](comparison_graph.png)
35
 
 
22
 
23
  | Category | Original | Pruned |
24
  |----------|----------|--------|
25
+ | Python | 20.0% | 0.0% |
26
  | HTML | 6.7% | 0.0% |
27
+ | Trivia | 86.7% | 93.3% |
28
+ | Math | 60.0% | 53.3% |
29
  | Reasoning | N/A | N/A |
30
+ | Medical | 93.3% | 73.3% |
31
+ | Linux | 93.3% | 73.3% |
32
+ | Writing | 46.7% | 46.7% |
33
 
34
  ![Comparison Graph](comparison_graph.png)
35
 
comparison_graph.png CHANGED

Git LFS Details

  • SHA256: 297aed2c629075502c5ed0f5adbc7fd9b8a7d8b29b01be34fc114864826be53a
  • Pointer size: 131 Bytes
  • Size of remote file: 104 kB

Git LFS Details

  • SHA256: c6fa06413b147bf58d48164478eb2fe36a7d0f88200cc31921d4e885ee6901a8
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf8ec85bd900bb686ef5fba5d886c7f358bcd42fa1b0851cddc9def0ba10f47e
3
  size 2558820960
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:721d083db44d5d33255aa6a9cda61e8dd518b32278d63d35c0da5d373afa5c3a
3
  size 2558820960
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Left",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,