hanhainebula
ea25dd7e54
fix a bug in hn_mine.py: M3Embedder dict results
2025-01-18 14:40:52 +08:00
ZiyiXia
db83452b04
update docs
2025-01-17 07:38:10 +00:00
Joey Xia
70c3d329f8
Update documentation.yml
2025-01-16 20:03:28 +08:00
Joey Xia
1f56f18061
Update documentation.yml
2025-01-16 19:54:45 +08:00
ZiyiXia
7a41570efc
update docs
2025-01-16 11:43:42 +00:00
Joey Xia
20caa7d56a
Update documentation.yml
2025-01-15 17:52:30 +08:00
ZiyiXia
6b55cb740d
fix outdated dependency
2025-01-15 07:47:29 +00:00
Jianlyu Chen
b7efd286ad
Merge pull request #1330 from hanhainebula/master
...
fix a bug in icl/dataset.py
2025-01-13 14:58:01 +08:00
hanhainebula
62152891f5
fix a bug in icl/dataset.py
2025-01-13 14:51:27 +08:00
Jianlyu Chen
cef1595a2d
Merge pull request #1328 from hanhainebula/master
...
fix bugs for embedder finetune
2025-01-13 14:48:12 +08:00
hanhainebula
ddf9adaee0
fix bug: _concatenate_results_from_multi_process
...
move all tensor to the same device
2025-01-13 14:44:44 +08:00
hanhainebula
a572e6312a
update README for hn mine
2025-01-13 14:35:49 +08:00
hanhainebula
aaa4727776
fix bug: torch.OutOfMemoryError
...
PR#1314: torch.OutofMemoryError -> torch.OutOfMemoryError
2025-01-13 14:28:24 +08:00
hanhainebula
78fb4df57d
fix bugs for embedder finetune
...
- m3 embedder: fix_encoder parameter unused
- trust_remote_code: decoder only embedder
2025-01-13 14:22:55 +08:00
Joey Xia
808b6c8cc9
Update documentation.yml
2025-01-10 16:51:52 +08:00
ZiyiXia
91e022e5e3
update conf.py
2025-01-10 08:50:31 +00:00
ZiyiXia
757db32c0f
update docs
2025-01-09 12:47:47 +00:00
ZiyiXia
4efa19d7eb
update tutorials
2025-01-08 02:52:31 +00:00
chaofan
d4735c31ac
Merge pull request #1311 from pengjunfeng11/master
...
Update model_mapping.py
2025-01-07 10:51:46 +08:00
pengjunfeng11
3c2d3215ea
Update model_mapping.py
2025-01-04 16:11:31 +08:00
ZiyiXia
049882837f
update docs
2025-01-03 07:18:43 +00:00
ZiyiXia
a995448fc9
update docs
2025-01-02 12:48:05 +00:00
ZiyiXia
c81bf511d2
update tutorials
2025-01-02 12:21:03 +00:00
Joey Xia
b1e639834c
Update documentation.yml
2025-01-02 17:35:23 +08:00
pengjunfeng11
c2506f5e40
Update model_mapping.py
...
REF: Refactor the code supporting the model list and provided two methods to return all models supported by the framework and the beg series models supported by the framework.
2025-01-02 14:21:06 +08:00
chaofan
ff3c36a666
Merge pull request #1300 from DrDavidS/master
...
[Bugfix] Typehint error on py38
2024-12-30 19:49:47 +08:00
ZiyiXia
bae5fabe37
update tutorials
2024-12-27 09:21:46 +00:00
ZiyiXia
51da3a7654
update tutorial
2024-12-27 09:21:46 +00:00
ZiyiXia
f7428196b1
update init dependency
2024-12-27 09:21:46 +00:00
Joey Xia
3aaf33dc2d
Merge pull request #1296 from emmanuel-ferdman/master
...
update `C_MTEB` reference
2024-12-27 14:44:47 +08:00
ZiyiXia
fc1cddf22b
update tutorials
2024-12-25 07:18:15 +00:00
NimenDavid
b83f16abd3
fix list[BatchEncoding] typehint error
...
def __call__(self, features) -> list[BatchEncoding]:
TypeError: 'type' object is not subscriptable
cannot work in python3.8
change into List[BatchEncoding]:
2024-12-20 14:58:31 +08:00
Emmanuel Ferdman
ad840eceda
update C_MTEB reference
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-12-18 07:04:12 -08:00
ZiyiXia
aeafc7e4d4
update docs
2024-12-18 13:00:54 +00:00
ZiyiXia
bc09ef57ef
update docs
2024-12-05 07:42:30 +00:00
ZiyiXia
2bdd0f0542
update tutorials
2024-12-03 11:49:52 +00:00
ZiyiXia
1374b98da4
update docs
2024-12-03 11:49:52 +00:00
chaofan
6d9fa4ecf6
Update setup.py
2024-12-03 16:05:28 +08:00
chaofan
03afd39d46
Update lightweight.py
2024-12-03 16:01:28 +08:00
chaofan
4e636fe418
Update layerwise.py
2024-12-03 16:01:13 +08:00
chaofan
777a9ac317
Merge pull request #1261 from 545999961/master
...
update examples
2024-11-26 11:27:03 +08:00
cfli
c5cbb1bd02
update examples
2024-11-26 11:26:26 +08:00
Jianlyu Chen
6fee11be15
Merge pull request #1258 from hanhainebula/master
...
update code and README for scripts
2024-11-23 16:37:24 +08:00
hanhainebula
ada9af098c
update code and README for scripts
2024-11-23 16:35:12 +08:00
Jianlyu Chen
a719aaa58e
Merge pull request #1257 from hanhainebula/master
...
Fix air-bench eval bugs: AIRBenchEvalArgs
2024-11-22 22:50:28 +08:00
hanhainebula
434f325d5b
Merge branch 'master' of github.com:hanhainebula/FlagEmbedding
2024-11-22 22:48:57 +08:00
hanhainebula
dd3a3a9320
Merge branch 'master' of github.com:hanhainebula/FlagEmbedding
2024-11-22 22:48:33 +08:00
hanhainebula
5d5564d690
fix air-bench evaluation bug: AIRBenchEvalArgs
2024-11-22 22:48:11 +08:00
Jianlyu Chen
eb2025f585
Merge pull request #1256 from hanhainebula/master
...
Fix air-bench eval bugs: AIRBenchEvalArgs
2024-11-22 22:44:10 +08:00
Jianlyu Chen
7bd8ad0685
Merge branch 'FlagOpen:master' into master
2024-11-22 22:42:45 +08:00