rorge120ac chatpig commited on
Commit
640ae6a
·
0 Parent(s):

Duplicate from chatpig/encoder

Browse files

Co-authored-by: chatpig <chatpig@users.noreply.huggingface.co>

Files changed (45) hide show
  1. .gitattributes +80 -0
  2. README.md +24 -0
  3. byt5_small_glyphxl_fp16.safetensors +3 -0
  4. byt5_small_glyphxl_fp32-q4_0.gguf +3 -0
  5. byt5_small_glyphxl_fp8_e4m3fn.safetensors +3 -0
  6. clip_g-f16.gguf +3 -0
  7. clip_g.safetensors +3 -0
  8. clip_g_fp8_e4m3fn.safetensors +3 -0
  9. clip_l-f16.gguf +3 -0
  10. clip_l.safetensors +3 -0
  11. clip_l_fp8_e4m3fn.safetensors +3 -0
  12. llama-hidream-q2_k.gguf +3 -0
  13. oldt5_xxl_fp16.safetensors +3 -0
  14. oldt5_xxl_fp32.safetensors +3 -0
  15. oldt5_xxl_fp8_e4m3fn.safetensors +3 -0
  16. oldt5_xxl_fp8_e4m3fn_scaled.safetensors +3 -0
  17. qwen_2.5_vl_3b_fp16.safetensors +3 -0
  18. qwen_2.5_vl_3b_fp8_e4m3fn.safetensors +3 -0
  19. qwen_2.5_vl_7b_fp8_e4m3fn.safetensors +3 -0
  20. t5base_fp32.safetensors +3 -0
  21. t5base_fp8_e4m3fn.safetensors +3 -0
  22. t5xl_fp16.safetensors +3 -0
  23. t5xl_fp32.safetensors +3 -0
  24. t5xl_fp8_e4m3fn.safetensors +3 -0
  25. t5xxl-encoder-f16.gguf +3 -0
  26. t5xxl-encoder-q2_k.gguf +3 -0
  27. t5xxl-encoder-q3_k_l.gguf +3 -0
  28. t5xxl-encoder-q3_k_m.gguf +3 -0
  29. t5xxl-encoder-q3_k_s.gguf +3 -0
  30. t5xxl-encoder-q4_0.gguf +3 -0
  31. t5xxl-encoder-q4_k_m.gguf +3 -0
  32. t5xxl-encoder-q4_k_s.gguf +3 -0
  33. t5xxl-encoder-q5_0.gguf +3 -0
  34. t5xxl-encoder-q5_k_m.gguf +3 -0
  35. t5xxl-encoder-q5_k_s.gguf +3 -0
  36. t5xxl-encoder-q6_k.gguf +3 -0
  37. t5xxl-encoder-q8_0.gguf +3 -0
  38. t5xxl_fp16.safetensors +3 -0
  39. t5xxl_fp32.safetensors +3 -0
  40. t5xxl_fp8_e4m3fn.safetensors +3 -0
  41. t_gemma_2_2b_fp16.safetensors +3 -0
  42. umt5_xxl_fp16.safetensors +3 -0
  43. umt5_xxl_fp8_e4m3fn_scaled.safetensors +3 -0
  44. wav2vec2_large_english_fp16.safetensors +3 -0
  45. wav2vec2_large_english_fp8_e4m3fn.safetensors +3 -0
.gitattributes ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ clip_g.gguf filter=lfs diff=lfs merge=lfs -text
37
+ clip_l.gguf filter=lfs diff=lfs merge=lfs -text
38
+ t5xxl_fp16-f16.gguf filter=lfs diff=lfs merge=lfs -text
39
+ t5xxl_fp16-q3_k_l.gguf filter=lfs diff=lfs merge=lfs -text
40
+ t5xxl_fp16-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
41
+ t5xxl_fp16-q3_k_s.gguf filter=lfs diff=lfs merge=lfs -text
42
+ t5xxl_fp16-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
43
+ t5xxl_fp16-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
44
+ t5xxl_fp16-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
45
+ t5xxl_fp16-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
46
+ t5xxl_fp16-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
47
+ t5xxl_fp16-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
48
+ t5xxl_fp16-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
49
+ clip_g-f16.gguf filter=lfs diff=lfs merge=lfs -text
50
+ clip_l-f16.gguf filter=lfs diff=lfs merge=lfs -text
51
+ t5xxl_fp32-q2_k.gguf filter=lfs diff=lfs merge=lfs -text
52
+ t5xxl_fp32-f16.gguf filter=lfs diff=lfs merge=lfs -text
53
+ t5xxl_fp32-q3_k_l.gguf filter=lfs diff=lfs merge=lfs -text
54
+ t5xxl_fp32-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
55
+ t5xxl_fp32-q3_k_s.gguf filter=lfs diff=lfs merge=lfs -text
56
+ t5xxl_fp32-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
57
+ t5xxl_fp32-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
58
+ t5xxl_fp32-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
59
+ t5xxl_fp32-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
60
+ t5xxl_fp32-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
61
+ t5xxl_fp32-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
62
+ t5xxl_fp32-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
63
+ t5xxl_32-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
64
+ t5xxl_fp32-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
65
+ t5xxl-encoder-f16.gguf filter=lfs diff=lfs merge=lfs -text
66
+ t5xxl-encoder-q2_k.gguf filter=lfs diff=lfs merge=lfs -text
67
+ t5xxl-encoder-q3_k_l.gguf filter=lfs diff=lfs merge=lfs -text
68
+ t5xxl-encoder-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
69
+ t5xxl-encoder-q3_k_s.gguf filter=lfs diff=lfs merge=lfs -text
70
+ t5xxl-encoder-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
71
+ t5xxl-encoder-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
72
+ t5xxl-encoder-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
73
+ t5xxl-encoder-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
74
+ t5xxl-encoder-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
75
+ t5xxl-encoder-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
76
+ t5xxl-encoder-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
77
+ t5xxl-encoder-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
78
+ byt5_small_glyphxl_fp32-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
79
+ llama-hidream-q2_k.gguf filter=lfs diff=lfs merge=lfs -text
80
+ llama-hidream-iq4_xs.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google/t5-v1_1-xxl
7
+ tags:
8
+ - gguf-node
9
+ ---
10
+
11
+ # t5xxl encoder
12
+ - base model from [google](https://huggingface.co/google/t5-v1_1-xxl)
13
+ - paper: [unified text-to-text transformer](https://arxiv.org/pdf/1910.10683)
14
+ - use it as text encoder (drag it to the folder ./models/text_encoders)
15
+
16
+ ## extra
17
+ - clip l - gguf; works on gguf clip loader
18
+ - clip g - gguf; works on gguf clip loader
19
+ - gemma2-2b-encoder
20
+ - qwen2.5-vl-encoder
21
+ - t5xxl-old-encoder
22
+ - t5xxl-um-encoder
23
+ - t5xl-fp8/16/32-encoder
24
+ - t5base-fp8/32-encoder
byt5_small_glyphxl_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:516910bb4c9b225370290e40585d1b0e6c8cd3583690f7eec2f7fb593990fb48
3
+ size 438643184
byt5_small_glyphxl_fp32-q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b82de0ec221550247841eb2ea119122c5daaf03caa8d3d2a26c989cddd327b99
3
+ size 126696480
byt5_small_glyphxl_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86675d8542ee53f8166f74813ea2b81b94e267248c014b33ab730dde4ee4e9ef
3
+ size 219328632
clip_g-f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b251379d14ae91bae666ea62f31a41b75767d4f7fa850eae1ae3fc76dc1d79
3
+ size 1389362400
clip_g.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec310df2af79c318e24d20511b601a591ca8cd4f1fce1d8dff822a356bcdb1f4
3
+ size 1389382176
clip_g_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b694c5078e5d14bd98a8ef6a820504b87a099064e2a5194ab658f83352bb8c78
3
+ size 694723992
clip_l-f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d479ec9d53944ae12232a69a1d55a65c65d2b84d38e28b98c5e9e85a2737c75
3
+ size 246137152
clip_l.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd
3
+ size 246144152
clip_l_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:437bc5d856f28c3445ed3e978eeac08cb1aa96fd6528d7c12b747ad37960bc8d
3
+ size 123084200
llama-hidream-q2_k.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9851a34c1b145db4df4cb6d75f9c521de18319ca6ecbd8d716ec57a7e5de0cc7
3
+ size 3294653472
oldt5_xxl_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:051871f52c9674493f83e69e1dcdfb5fab4a3dfe7caebd40060cf80630701b27
3
+ size 9729607112
oldt5_xxl_fp32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:941f74bf0cc475f20ff89727c2eb8afaf85f8ab09960af7fa98865dd12a5e6b2
3
+ size 19459190392
oldt5_xxl_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880ddf0d20cfd62d9e32d452e043c16d2a5c1200c5783683ac633662471f3244
3
+ size 4864816264
oldt5_xxl_fp8_e4m3fn_scaled.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0dd711ec9866173d4b39e86db3f45e1614a4e3f84919556f854f773352ea81
3
+ size 4897785136
qwen_2.5_vl_3b_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba05dd266ad6a6aa90f7b2936e4e775d801fb233540585b43933647f8bc4fbc3
3
+ size 7509337224
qwen_2.5_vl_3b_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9904e39a2c6f3192bedde42c1d6440a50ff866d15474bd6d36a3f87a99adc7c4
3
+ size 3754717384
qwen_2.5_vl_7b_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc67ae8a25da293b3d5813dd13b04d753a11a75dd92a2e64f95c35e8444b09c
3
+ size 8292250040
t5base_fp32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90903540cc02cbeb7ff9f823f1a80eb778c7e22426a0e620b01c77a5ec8f5b4
3
+ size 891646390
t5base_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e84e61d16504a6452a3d39ea63d1d0ce2a02f2a90ae00aea040855fe9f750aa
3
+ size 222935352
t5xl_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:decf9b70814ed5e9965bfca9fbd0483462e2bf743790663025b7742f8c014c72
3
+ size 2950448704
t5xl_fp32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a07449cf1141c0ec86e653c00465f6f0d79c6e58a2c60c8bcf4203d0e4ec4f6
3
+ size 4894234112
t5xl_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d93651c3d6860892957512932be731d1fc4c0e023b7ba9ad0c1c65be72766ce2
3
+ size 1223581776
t5xxl-encoder-f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc600961d3c5ed081f6700485cdc7ed9cfb4631f2dc385b7ac6bd3c80846d0d
3
+ size 9526060224
t5xxl-encoder-q2_k.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1490f445c97a9fffeac6a66396d669f17827081551a8cbde0aebb3931e0a66c8
3
+ size 1772311648
t5xxl-encoder-q3_k_l.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5ab879234384235d56732f0cda07bf8801f30a49645248c5bfdeeb1665f64b
3
+ size 2462799040
t5xxl-encoder-q3_k_m.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28631189911f8d7931e8fe642a4cb2a3c51f50da7cabbfa06b89bafc19c00d0
3
+ size 2296075456
t5xxl-encoder-q3_k_s.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ebe18e901bfb6e5709a20ec1c95fce29bce2b9545073231e0f909a53239f5c
3
+ size 2099467456
t5xxl-encoder-q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be2b0b7e2de7cf2919340c88cb802a103a997ce46c53131cec91958c1db1af4
3
+ size 2896123072
t5xxl-encoder-q4_k_m.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be2b0b7e2de7cf2919340c88cb802a103a997ce46c53131cec91958c1db1af4
3
+ size 2896123072
t5xxl-encoder-q4_k_s.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b696cfae098f03bb078cc5944ef03aec1e91ec020a6b016b723a0f0532558c
3
+ size 2738574528
t5xxl-encoder-q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca31b243ae1c9a6d70e85af9e7150d1bf098b44a12b59e2fc32f70d2872b22ac
3
+ size 3293267040
t5xxl-encoder-q5_k_m.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51cbb10b1a7aac6dd1c3b62f0ed908bfd06e0b42d2f3577d43e061361f51dae
3
+ size 3386856640
t5xxl-encoder-q5_k_s.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86427a1f4dba48940e45bf78d6db5bf0d48fce8b4656f5aba27955f06af9628e
3
+ size 3293271232
t5xxl-encoder-q6_k.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d80116f6fc39801e4eef425a584e7a7a41cbe5119797bef2dad67299909fe2ae
3
+ size 3908261056
t5xxl-encoder-q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec60f6028534b7fe5af439fcb535d75a68592a9ca3fcdeb175ef89e3ee99825
3
+ size 5061584064
t5xxl_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e480b09fae049a72d2a8c5fbccb8d3e92febeb233bbe9dfe7256958a9167635
3
+ size 9787841024
t5xxl_fp32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9811bb60cf6c5a840541e5c2337343c3685bcd0f10f76a26691f75ab81ab43c3
3
+ size 19575655144
t5xxl_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d330da4816157540d6bb7838bf63a0f02f573fc48ca4d8de34bb0cbfd514f09
3
+ size 4893934904
t_gemma_2_2b_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29761442862f8d064d3f854bb6fabf4379dcff511a7f6ba9405a00bd0f7e2dbd
3
+ size 5232958283
umt5_xxl_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b8850f1961e1cf8a77cca4c964a358d303f490833c6c087d0cff4b2f99db2af
3
+ size 11366399385
umt5_xxl_fp8_e4m3fn_scaled.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3355d30191f1f066b26d93fba017ae9809dce6c627dda5f6a66eaa651204f68
3
+ size 6735906897
wav2vec2_large_english_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0017a43ea57ef6b3d4866be607844bbd8cada6d30966f7d70044ed0d63d3f9e
3
+ size 630997322
wav2vec2_large_english_fp8_e4m3fn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208b993754a4aab3cbca210f775a1c7b779fd3f7139ae3c65b18d5e9690d739a
3
+ size 315526337