Git Product home page Git Product logo

Comments (6)

stefan-it avatar stefan-it commented on June 3, 2024 2

Hi @kaansonmezoz ,

thanks for your interest in our models 🤗

  1. The complete training corpus was filtered and sentence segmented, basically with:
from nltk.tokenize import sent_tokenize

for sent in sent_tokenize(line, "turkish"):
  if len(sent.split()) > 5:
    print(sent)

So it is not only applied to the OSCAR subcorpus here.

  1. I used sentences longer than 5 tokens (split on whitespaces), see above :)

  2. Not only full stops are considered for sentence segmentation, NLTK has some more tokens to be considered.

  3. I just looked it up in my "data lake", the trwiki-latest-pages-articles.xml.bz2 dump has a 480M 2. Feb 2020 timestamp.

  4. I could found the following OPUS-related files:

bible-uedin.txt GNOME.txt JW300.txt  OpenSubtitles.txt  opus.all QED.txt  SETIMES.txt  Tanzil.txt  Tatoeba.txt  TED2013.txt  Wikipedia.txt

With a timestamp of 3. Feb 2020.

  1. For pre-processing (of pre-training data) the official BERT implementation was used, so basically all pre-processing steps can be found here: https://github.com/google-research/bert/blob/master/tokenization.py#L161-L182, so first a basic tokenization step is done, followed by the wordpiece stuff. I did not add extra steps.

Please just give me your mail addresse and I can immediately send you the link to the corpus used for pre-training 🤗

from turkish-bert.

stefan-it avatar stefan-it commented on June 3, 2024 1

Hey @hazalturkmen , no problem, just give me an email addresse where I can contact you 🤗

from turkish-bert.

stefan-it avatar stefan-it commented on June 3, 2024 1

Mails are out 🤗

from turkish-bert.

hazalturkmen avatar hazalturkmen commented on June 3, 2024

Hi @stefan-it,
Can i get the links to the corpus used for pre-training?
thanks,

from turkish-bert.

hazalturkmen avatar hazalturkmen commented on June 3, 2024

Thanks, @stefan-it ,
Here is my email address:

[email protected]

from turkish-bert.

kaansonmezoz avatar kaansonmezoz commented on June 3, 2024

@stefan-it Thank you for detailed explanation. My email is [email protected] 🙂

You are a life saver ! ❤️

from turkish-bert.

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.