fine-tuned/BAAI_bge-small-en-v1_5-02082024-vrdv-webapp
收藏Hugging Face2024-08-02 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/fine-tuned/BAAI_bge-small-en-v1_5-02082024-vrdv-webapp
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
task_categories:
- feature-extraction
- sentence-similarity
language:
- en
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
- mteb
- Query
- Document
- Retrieval
- Description
- JSON
pretty_name: general domain
size_categories:
- n<1K
---
# BAAI_bge-small-en-v1_5-02082024-vrdv-webapp Dataset
## Dataset Description
The dataset "general domain" is a generated dataset designed to support the development of domain specific embedding models for retrieval tasks.
## Associated Model
This dataset was used to train the [**BAAI_bge-small-en-v1_5-02082024-vrdv-webapp**](https://huggingface.co/fine-tuned/BAAI_bge-small-en-v1_5-02082024-vrdv-webapp) model.
## How to Use
To use this dataset for model training or evaluation, you can load it using the Hugging Face `datasets` library as follows:
```python
from datasets import load_dataset
dataset = load_dataset("fine-tuned/BAAI_bge-small-en-v1_5-02082024-vrdv-webapp")
print(dataset['test'][0])
```
---
许可证:Apache-2.0
任务类别:
- 特征提取(feature-extraction)
- 句相似度计算(sentence-similarity)
语言:
- 英文(en)
标签:
- 句子转换器(sentence-transformers)
- 特征提取(feature-extraction)
- 句相似度计算(sentence-similarity)
- 大规模文本嵌入基准(MTEB)
- 查询(Query)
- 文档(Document)
- 检索(Retrieval)
- 描述(Description)
- JSON
友好名称:通用域(general domain)
数据规模类别:
- 样本量小于1000(n<1K)
---
# BAAI_bge-small-en-v1_5-02082024-vrdv-webapp 数据集
## 数据集说明
本「通用域」数据集为生成式数据集,旨在支撑面向检索任务的领域专属嵌入模型开发工作。
## 关联模型
本数据集曾用于训练[**BAAI_bge-small-en-v1_5-02082024-vrdv-webapp**](https://huggingface.co/fine-tuned/BAAI_bge-small-en-v1_5-02082024-vrdv-webapp)模型。
## 使用方法
若需将本数据集用于模型训练或评估,可通过Hugging Face的`datasets`库加载,示例代码如下:
python
from datasets import load_dataset
dataset = load_dataset("fine-tuned/BAAI_bge-small-en-v1_5-02082024-vrdv-webapp")
print(dataset['test'][0])
提供机构:
fine-tuned



