MigoXV commited on
Commit
65edfcc
·
verified ·
1 Parent(s): 0d0c0be

Upload mobileclip2-b from local converted safetensors

Browse files
Files changed (3) hide show
  1. README.md +47 -0
  2. config.json +12 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ language:
4
+ - zh
5
+ library_name: pytorch
6
+ pipeline_tag: feature-extraction
7
+ tags:
8
+ - mobileclip2
9
+ - text-encoder
10
+ - yoloe
11
+ - safetensors
12
+ ---
13
+
14
+ # MigoXV / mobileclip2-b
15
+
16
+ 这是给 `MigoXV/yoloe26-x-seg` 配套使用的文本编码器仓库。
17
+
18
+ 它保存的是 `mobileclip2_b.ts` 的 `safetensors` 封装版本,用于开放词汇 YOLOE 模型的文本特征编码。
19
+
20
+ ## 仓库内容
21
+
22
+ - `config.json`:文本编码器配置
23
+ - `model.safetensors`:文本编码器资产,内部保存 `mobileclip2_b.ts` 的字节内容
24
+
25
+ ## 用途
26
+
27
+ 这个仓库本身不是一个完整检测模型,而是一个独立的文本编码器资产仓库,主要用于:
28
+
29
+ - 将文本编码器与视觉模型解耦
30
+ - 单独管理或复用文本编码器
31
+ - 给 `MigoXV/yoloe26-x-seg` 提供开放词汇文本特征
32
+
33
+ ## 配套模型
34
+
35
+ 建议与以下仓库一起使用:
36
+
37
+ - `MigoXV/yoloe26-x-seg`
38
+
39
+ ## 来源说明
40
+
41
+ - 文本编码器类型:`mobileclip2`
42
+ - 资产文件:`mobileclip2_b.ts`
43
+ - 当前仓库保存为 `safetensors`,方便统一管理和分发
44
+
45
+ ## 说明
46
+
47
+ 如果你只下载这个仓库,它只能提供文本编码能力,不能单独完成检测或分割推理。
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "yoloe",
3
+ "architectures": [
4
+ "YOLOETextEncoder"
5
+ ],
6
+ "variant": "yoloe-26x-seg",
7
+ "task": "text-encoding",
8
+ "dtype": "float32",
9
+ "text_encoder_type": "mobileclip2",
10
+ "text_encoder_asset": "mobileclip2_b.ts",
11
+ "text_embedding_dim": 512
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70cdf6cb4dc31ee3327779eb34895d8d258108856a91da1abc20c7d496efe656
3
+ size 253794580