MILES VS transformers

Compare MILES vs transformers and see what are their differences.

MILES

MILES is a multilingual text simplifier inspired by LSBert - A BERT-based lexical simplification approach proposed in 2018. Unlike LSBert, MILES uses the bert-base-multilingual-uncased model, as well as simple language-agnostic approaches to complex word identification (CWI) and candidate ranking. (by Kvasirs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
MILES transformers
2 178
48 125,741
- 2.0%
0.0 10.0
about 3 years ago 5 days ago
Python Python
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MILES

Posts with mentions or reviews of MILES. We have used some of these posts to build our list of alternatives and similar projects.
  • MILES — A language-agnostic text simplifier using multilingual BERT
    1 project | /r/LanguageTechnology | 4 May 2021
    MILES is a multilingual text simplifier inspired by LSBert — A BERT-based lexical simplification approach proposed in 2018. Unlike LSBert, MILES uses the bert-base-multilingual-uncased model, as well as simple language-agnostic approaches to complex word identification (CWI) and candidate ranking. Although not all have been tested, MILES should support 22 languages: Arabic, Bulgarian, Catalan, Czech, Danish, Dutch, English, Finnish, French, German, Hungarian, Indonesian, Italian, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, and Ukrainian.
  • [P] Meeting MILES - My simple lexical text simplifier using Multilingual BERT
    1 project | /r/MachineLearning | 4 May 2021
    Recently, I started working on another simplifier called MILES. MILES is loosely inspired by LSBert — another lexical simplifier that uses the large BERT uncased model to find substitutions for complex words. MILES works in a very similar way, however, it instead makes use of the multilingual BERT model, as well as fully language-agnostic methods for complex word identification and substitution ranking. As a result, MILES can (in theory) support a multitude of different languages. The GitHub repository can be found here, and below I've included an example text simplified by MILES, as well as an overview of the framework.

transformers

Posts with mentions or reviews of transformers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-08.

What are some alternatives?

When comparing MILES and transformers you can also consider the following projects:

fairseq - Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

sentence-transformers - Multilingual Sentence & Image Embeddings with BERT

llama - Inference code for Llama models

transformer-pytorch - Transformer: PyTorch Implementation of "Attention Is All You Need"

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

huggingface_hub - The official Python client for the Huggingface Hub.

OpenNMT-py - Open Source Neural Machine Translation and (Large) Language Models in PyTorch

sentencepiece - Unsupervised text tokenizer for Neural Network-based text generation.

Swin-Transformer-Tensorflow - Unofficial implementation of "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" (https://arxiv.org/abs/2103.14030)

faiss - A library for efficient similarity search and clustering of dense vectors.

KoboldAI-Client

gpt-neo - An implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library.