PGVector
- ニューラルネットワークの知識の蒸留 distilling the knowledge in a neural networkPGVector (Postgres)
- Rails/PostgreSQL/pgvector を組み合わせてベクトル検索をする。
- https://github.com/yassun/sample-pgvector
- https://hub.docker.com/r/pgvector/pgvector
- https://github.com/pgvector/pgvector-python
- LangChain と pgvector(Postgres)を用いて関連性の高いドキュメントを手軽に検索する
- 生成 AI でテキスト分類やってみた
SentenceTransformer
- Python の SentenceTransformer を用いた文章類似度比較
- sentence transformers で日本語を扱えるモデルのまとめ
- transformers 多言語モデル中の日本語語彙調査
知識蒸留
- ニューラルネットワークの知識の蒸留 distilling the knowledge in a neural network
- 知識蒸留で効果的な教師の条件とは?
- 教師データとは?学習データとの違いや作り方をわかりやすく紹介
- ディープラーニングを軽量化する「モデル圧縮」3手法