Coder Social home page Coder Social logo

Comments (7)

rainmaker712 avatar rainmaker712 commented on July 24, 2024 1

Hi, thank you for appreciating our work.
To answer your questions:

  1. In this work, we did not use any labels in the pre-training process. The reason is, as you mentioned, the model can learn good representations from reconstructing frames along. The purpose of this unsupervised learning framework is to allow models to take advantage of the easily acquired large amount of unlabeled data. However, you can always try to add labels in attempt to feed more information to the model.
  2. Yes, when training downstream tasks, we train classifiers from scratch on top of the pre-trained models, where we use only 0.1% of labeled data (x:audio, y:phone) among the whole dataset (train-clean-360).

but in preprocess.py, why use text? Why not just use voice datasets for training?

Thanks for your reply and work. I will try to test with different language also.

from s3prl.

andi611 avatar andi611 commented on July 24, 2024

Hi, thank you for appreciating our work.

To answer your questions:

  1. In this work, we did not use any labels in the pre-training process. The reason is, as you mentioned, the model can learn good representations from reconstructing frames along. The purpose of this unsupervised learning framework is to allow models to take advantage of the easily acquired large amount of unlabeled data. However, you can always try to add labels in attempt to feed more information to the model.

  2. Yes, when training downstream tasks, we train classifiers from scratch on top of the pre-trained models, where we use only 0.1% of labeled data (x:audio, y:phone) among the whole dataset (train-clean-360).

from s3prl.

Pydataman avatar Pydataman commented on July 24, 2024

Hi, thank you for appreciating our work.

To answer your questions:

  1. In this work, we did not use any labels in the pre-training process. The reason is, as you mentioned, the model can learn good representations from reconstructing frames along. The purpose of this unsupervised learning framework is to allow models to take advantage of the easily acquired large amount of unlabeled data. However, you can always try to add labels in attempt to feed more information to the model.
  2. Yes, when training downstream tasks, we train classifiers from scratch on top of the pre-trained models, where we use only 0.1% of labeled data (x:audio, y:phone) among the whole dataset (train-clean-360).

but in preprocess.py, why use text? Why not just use voice datasets for training?

from s3prl.

andi611 avatar andi611 commented on July 24, 2024

The reason that preprocess.py includes text preprocessing is that in our future work, we plan to expand this project with a downstream ASR system. Currently, the text is not used.
You can simply try to remove that part of the code if you do not wish to download and preprocess the text data.

from s3prl.

Pydataman avatar Pydataman commented on July 24, 2024

The reason that preprocess.py includes text preprocessing is that in our future work, we plan to expand this project with a downstream ASR system. Currently, the text is not used.
You can simply try to remove that part of the code if you do not wish to download and preprocess the text data.

text label is required to train asr, this pre trian model is unsupervisied, why use text label in pre training with a downstream asr system, should not all use voice data? likely bert and so on

from s3prl.

andi611 avatar andi611 commented on July 24, 2024

text label is required to train asr, this pre trian model is unsupervisied,

That is correct.

why use text label in pre training with a downstream asr system,

First of all, text labels are for supervised training of an ASR system. And, we do not use text labels in pre-training of the Mockingjay feature extraction model.

should not all use voice data? likely bert and so on

Yes, only voice data is used for pre-training. We did not use any text label in pre-training, hence it is like BERT.

from s3prl.

Pydataman avatar Pydataman commented on July 24, 2024

text label is required to train asr, this pre trian model is unsupervisied,

That is correct.

why use text label in pre training with a downstream asr system,

First of all, text labels are for supervised training of an ASR system. And, we do not use text labels in pre-training of the Mockingjay feature extraction model.

should not all use voice data? likely bert and so on

Yes, only voice data is used for pre-training. We did not use any text label in pre-training, hence it is like BERT.

thanks!

from s3prl.

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.