https://github.com/0x7o/bulgakovlm
Russian-language model for a variety of textual tasks
https://github.com/0x7o/bulgakovlm
gpt2 language-model russian-language
Last synced: 3 months ago
JSON representation
Russian-language model for a variety of textual tasks
- Host: GitHub
- URL: https://github.com/0x7o/bulgakovlm
- Owner: 0x7o
- License: apache-2.0
- Created: 2022-04-17T03:29:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T03:53:43.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:46:06.897Z (5 months ago)
- Topics: gpt2, language-model, russian-language
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BulgakovLM
[HuggingFace](https://huggingface.co/0x7194633/BulgakovLM-3B)# BibTeX entry
To cite this model:```
@misc{bulgakovlm-6b,
author = {0x7o},
title = {{BulgakovLM-3B: Huge Russian-language model for text generation}},
howpublished = {\url{https://github.com/0x7o/BulgakovLM}},
year = 2022,
month = ...
}
```To cite the codebase that trained this model:
```
@misc{mesh-transformer-jax,
author = {Wang, Ben},
title = {{Mesh-Transformer-JAX: Model-Parallel Implementation of Transformer Language Model with JAX}},
howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}},
year = 2021,
month = May
}
```