bboldt/elcc
收藏Hugging Face2024-12-11 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/bboldt/elcc
下载链接
链接失效反馈官方服务:
资源简介:
Emergent Language Corpus Collection(ELCC)是一个包含多种涌现通信模拟的语料库和元数据的集合。该数据集旨在为研究涌现通信和语言学的学者提供丰富的资源。用户可以通过git LFS克隆仓库或使用mlcroissant库加载数据。数据集还提供了运行单个涌现通信系统的指导,并详细介绍了如何使用git子模块管理外部依赖。
The Emergent Language Corpus Collection (ELCC) is a collection of corpora and metadata from a variety of emergent communication simulations. This dataset aims to provide a rich resource for researchers studying emergent communication and linguistics. Users can clone the repository with git LFS or load the data via the mlcroissant library. The dataset also provides guidance on running individual emergent communication systems and details on how to manage external dependencies using git submodules.
提供机构:
bboldt
原始信息汇总
Emergent Language Library
数据集运行代码
- 提供每个emergent language条目的包装代码,用于创建可重现的环境并运行emergent language生成代码。
- 环境配置详细记录在
environment.yml文件中;若需手动编辑依赖项,建议从environment.editable.yml开始,如果存在的话。
Git子模块
- 项目使用Git子模块管理外部依赖。
- 默认情况下,子模块未初始化,克隆项目后将为空。
- 若需使用子模块代码,运行
git submodule init path/to/submodule进行初始化,然后运行git submodule update以填充初始化的子模块。 - 运行
git submodule deinit -f path/to/submodule可使子模块再次为空。



