An open API service indexing awesome lists of open source software.

https://github.com/eleutherai/architecture-experiments

Repository to host architecture experiments and development using Paxml and Praxis
https://github.com/eleutherai/architecture-experiments

Last synced: about 1 year ago
JSON representation

Repository to host architecture experiments and development using Paxml and Praxis

Awesome Lists containing this project

README

          

# architecture-experiments
Repository to host architecture experiments and development using Paxml and Praxis

## Example Run

```
export LOG_DIR=... # can be gcp bucket or local directory

python -m paxml.main \
--exp=experiments.pile.BaseTransformerPile \
--job_log_dir=${LOG_DIR}
```

## ToDos

- [ ] ST-Moe Implementation
- [ ] muP Implementation