CompactAI commited on
Commit
9051108
·
verified ·
1 Parent(s): 795e6b1

Update pruning labels in README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  base_model: Qwen/Qwen3-4B
8
  ---
9
 
10
- # Qwen3-4B-python-heavy
11
 
12
  This model is a **heavy** pruned version of [Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B), specialized for **PYTHON** tasks.
13
 
@@ -35,8 +35,8 @@ This model is a **heavy** pruned version of [Qwen/Qwen3-4B](https://huggingface.
35
  ```python
36
  from transformers import AutoModelForCausalLM, AutoTokenizer
37
 
38
- model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen3-4B-python-heavy")
39
- tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen3-4B-python-heavy")
40
  ```
41
 
42
  ## License
 
7
  base_model: Qwen/Qwen3-4B
8
  ---
9
 
10
+ # Qwen3-4B-python-heavy-prune
11
 
12
  This model is a **heavy** pruned version of [Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B), specialized for **PYTHON** tasks.
13
 
 
35
  ```python
36
  from transformers import AutoModelForCausalLM, AutoTokenizer
37
 
38
+ model = AutoModelForCausalLM.from_pretrained("CompactAI/Qwen3-4B-python-heavy-prune-prune")
39
+ tokenizer = AutoTokenizer.from_pretrained("CompactAI/Qwen3-4B-python-heavy-prune-prune")
40
  ```
41
 
42
  ## License