GitXplorerGitXplorer
S

Multi-modal-Data-Transformer

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
37fef07e0c9709408eddecb26a58d8ac2d390c4f

Merge pull request #2 from Samantha-Zhan/msmarco-transformers

SSamantha-Zhan committed a day ago
Verified
140cdcd0fb98c4e0e5ca04244c5facf99426fc53

Update README.md

SSamantha-Zhan committed 2 days ago
Verified
c5938e9b4a873b29888847360706edd8e111aeca

Implement Transformers for Tevatron/msmarco-passage + msmarco-passage-corpus

SSamantha-Zhan committed 2 days ago
Verified
e002cd82412e879f77287c6964554c23a016fdec

Initial commit

SSamantha-Zhan committed 2 days ago

README

The README file for this repository.

Multi-modal-Data-Transformer

Setup

  1. conda create --name newenv python=3.12
  2. conda activate newenv
  3. conda install -n newenv conda-forge::mamba

mamba is used here to significantly cut down environment solving time with conda; making package installation faster

  1. mamba install -c huggingface -c conda-forge datasets
  2. Exectue target transformer file