EasyDeL README Bot commited on
Commit
695989d
·
1 Parent(s): 384c159

Update README.md (EasyDeL auto-generated)

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,10 +13,10 @@ tags:
13
  <img alt="EasyDeL" src="https://raw.githubusercontent.com/erfanzar/easydel/main/images/easydel-logo-with-text.png" height="80">
14
  </p>
15
 
16
- <h1 align="center">Qwen/Qwen3.5-2B-Base</h1>
17
 
18
  <div align="center">
19
- EasyDeL checkpoint converted from Qwen/Qwen3.5-2B-Base.
20
  </div>
21
 
22
  ## Overview
@@ -29,7 +29,7 @@ This checkpoint is intended to be loaded with EasyDeL on JAX (CPU/GPU/TPU). It s
29
  import easydel as ed
30
  from jax import numpy as jnp, lax
31
 
32
- repo_id = "/dev/shm/conv/Qwen3.5-2B-Base"
33
 
34
  dtype = jnp.bfloat16 # try jnp.float16 on many GPUs
35
 
@@ -89,7 +89,7 @@ sharding_axis_dims = (1, 4, 1, 2, 1)
89
  ```python
90
  from easydel import eLargeModel
91
 
92
- repo_id = "/dev/shm/conv/Qwen3.5-2B-Base"
93
 
94
  elm = eLargeModel.from_pretrained(repo_id) # task is auto-detected
95
  elm.set_dtype("bf16")
@@ -105,7 +105,7 @@ model = elm.build_model()
105
 
106
  ```yaml
107
  model:
108
- name_or_path: "/dev/shm/conv/Qwen3.5-2B-Base"
109
 
110
  loader:
111
  dtype: bf16
 
13
  <img alt="EasyDeL" src="https://raw.githubusercontent.com/erfanzar/easydel/main/images/easydel-logo-with-text.png" height="80">
14
  </p>
15
 
16
+ <h1 align="center">Qwen3.5-2B-Base</h1>
17
 
18
  <div align="center">
19
+ EasyDeL checkpoint converted from <a href="https://huggingface.co/Qwen/Qwen3.5-2B-Base">Qwen/Qwen3.5-2B-Base</a>.
20
  </div>
21
 
22
  ## Overview
 
29
  import easydel as ed
30
  from jax import numpy as jnp, lax
31
 
32
+ repo_id = "EasyDeL/Qwen3.5-2B-Base"
33
 
34
  dtype = jnp.bfloat16 # try jnp.float16 on many GPUs
35
 
 
89
  ```python
90
  from easydel import eLargeModel
91
 
92
+ repo_id = "EasyDeL/Qwen3.5-2B-Base"
93
 
94
  elm = eLargeModel.from_pretrained(repo_id) # task is auto-detected
95
  elm.set_dtype("bf16")
 
105
 
106
  ```yaml
107
  model:
108
+ name_or_path: "EasyDeL/Qwen3.5-2B-Base"
109
 
110
  loader:
111
  dtype: bf16