guillaume-be / SentencePiece-Rust-example
Supporting example for "A Rust SentencePiece implementation"
☆18Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for SentencePiece-Rust-example
- Highly specialized crate to parse and use `google/sentencepiece` 's precompiled_charsmap in `tokenizers`☆18Updated 2 years ago
- Reference implementation of the paper "Word Embeddings for Entity-annotated Texts"☆19Updated 5 years ago
- Language Model Fine-tuning for Moby Dick☆42Updated 5 years ago
- Standalone pre-training recipe with JAX+Flax☆31Updated last year
- Converter from UD-trees to BART representation☆36Updated 8 months ago
- numeric fused-head identification and resolution☆33Updated 5 years ago
- Generate BERT vocabularies and pretraining examples from Wikipedias☆18Updated 4 years ago
- Transformer based Trigram Blocking implementation in Tensorflow☆11Updated 4 years ago
- interactive explorer for language models☆9Updated 5 years ago
- The repository for the paper "When Do You Need Billions of Words of Pretraining Data?"☆20Updated 4 years ago
- Train transformer-based models.☆28Updated last week
- Exploring implementing a simple tagger using neural network frameworks☆20Updated 2 years ago
- Code and datasets of "Multilingual Extractive Reading Comprehension by Runtime Machine Translation"☆39Updated 5 years ago
- Factorization of the neural parameter space for zero-shot multi-lingual and multi-task transfer☆39Updated 4 years ago
- PyTorch implementation of PtrNet to solve sorting problem.☆12Updated 6 years ago
- My most frequently used learning-to-rank algorithms ported to rust for efficiency. Try it: "pip install fastrank".☆48Updated last year
- Code for the paper "Latent Relation Language Models" at AAAI-20.☆41Updated 4 years ago
- Python implementation of "Data-dependent Learning of Symmetric/Antisymmetric Relations for Knowledge Base Completion [Manabe+. 2018]"☆11Updated 6 years ago
- Code repo for "Transformer on a Diet" paper