Coder Social home page Coder Social logo

Evaluating other upstream models about s3prl HOT 2 CLOSED

s3prl avatar s3prl commented on July 24, 2024
Evaluating other upstream models

from s3prl.

Comments (2)

Hguimaraes avatar Hguimaraes commented on July 24, 2024 1

Thank you very much @andi611

I will look into more details in the new paper, although I was using the mockingjay as a benchmark. TERA looks like a better alternative but I'm not sure if the comparisons are so straightforward for my use case.

Best regards,

from s3prl.

andi611 avatar andi611 commented on July 24, 2024

To make a fair comparison I would like to use the "One layer RNN" that is described on your paper. The parameters used for speaker recognition and sentiment analysis are not clear to me. Could you confirm if you did use these ones that I found on your GDrive?

rnn:
mode: 'classification'
input_dim: 'None'
select_hidden: 'last'
sample_rate: 5
pre_linear_dims: []
hidden_size: 32
post_linear_dims: [32]
drop: 0.5

Hi,
Thanks for liking our work!

Yes, these are the parameters used for "one layer RNN" in the Mockingjay paper.

FYI, in our new TERA paper, we report results that are easier for comparison. The below downstream setting also aligns with the ones used in the CPC paper, hence easier to make more comparisons (Mockingjay, TERA, CPC). And I would like to recommend these settings to you.
Including:

  • "linear phone classification" and "1-hidden phone classification" on the CPC reported phone set.
  • "frame-wise speaker classification" with a linear model
  • "average-over-time speaker classification" with a linear model, the CPC paper also reported on this setting.

In our new paper TERA, the reported results include the Mockingjay and the TERA model.
In this toolkit, scripts for running the above 4 downstream tasks are provided, you can run with the default arguments and evaluate simply:

First, prepare the phone label following instructions from here.
Next, see this section to plugin your model to our toolkit: Evaluate your upstream model
Finally, use the arguments provided here to run the above tasks: Downstream Evaluations

Kind Regards,

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.