Giter Site home page Giter Site logo

Comments (4)

farinamhz avatar farinamhz commented on September 7, 2024 1

Based on my research on available choices for the translation model, we have the following options:

  • Google Translate API

    • It is not free
    • For the Translation API Basic, the First 500,000 characters per month are free with $10 credit every month, and it also provides $ 300 after creating google cloud - and 500,000 to 1 billion characters per month are $20 per million characters.
    • There are some Pypi libraries such as googletrans 3.0.0 and googletrans-py 4.0.0 which are wrappers as a free Google Translate API for Python. However, none of them works now, as developers are not updating them anymore.
  • Translate Library of Pypi (translate 3.6.1): It is free but not accurate translation

  • Pretrained models, which are popular, open-source, and available in Hugging Face:

For the early experiment, I have chosen the NLLB, nllb-200-distilled-600M version, and it is working properly on the back-translation task for text-to-text.
However, this needs some other work for the allignments to be added to the pipeline.

@hosseinfani

from lady.

farinamhz avatar farinamhz commented on September 7, 2024 1

Hi @hosseinfani ,
We have the module of translation now, which is working on a dataset of texts, and results will be the translation and back translation of those texts, each of them a csv file containing one column of sentences.
You can see early results in this commit: link

Now, I will go to work on the word alignment module.

from lady.

hosseinfani avatar hosseinfani commented on September 7, 2024

The available languages in nllb:

https://github.com/facebookresearch/flores/tree/main/flores200#languages-in-flores-200

from lady.

hosseinfani avatar hosseinfani commented on September 7, 2024

@farinamhz
I think we can safely close this issue. Let me know otherwise.

from lady.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.