SituatedEmbedding commited on
Commit
aeb17ad
·
verified ·
1 Parent(s): 6064064

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ base_model:
5
  pipeline_tag: sentence-similarity
6
  ---
7
 
8
- The model of trained Qwen3 only processing context.
9
 
10
  ### Transformer Usage
11
  ```python
@@ -23,7 +23,7 @@ tokenizer = AutoTokenizer.from_pretrained(
23
  )
24
 
25
  model = AutoModel.from_pretrained(
26
- "SituatedEmbedding/SitEmb-v1.5-Qwen3-context-only",
27
  torch_dtype=torch.bfloat16,
28
  device_map={"": 0},
29
  )
 
5
  pipeline_tag: sentence-similarity
6
  ---
7
 
8
+ The model of trained Qwen3 only processing chunk.
9
 
10
  ### Transformer Usage
11
  ```python
 
23
  )
24
 
25
  model = AutoModel.from_pretrained(
26
+ "SituatedEmbedding/SitEmb-v1.5-Qwen3-chunk-only",
27
  torch_dtype=torch.bfloat16,
28
  device_map={"": 0},
29
  )