Code Monkey home page Code Monkey logo

Comments (5)

patil-suraj avatar patil-suraj commented on May 30, 2024 3

Thanks for answering the issue @WadoodAbdul .

For now squad_multitask is tied to SQuAD dataset, but it's possible to use your own QA dataset as @WadoodAbdul said

If you don't want to use that script then you can use a custom dataset as follows.

  1. Process your dataset according to the format for the model (described in readme). You can use the code from prepare_data.py script
  2. Make sure the dataset returns source_ids, target_ids and attention_mask
  3. Use your dataset here instead of loading the cached data.

Rest of the code can stay the same. Let me know if this helps or not.

from question_generation.

hariesramdhani avatar hariesramdhani commented on May 30, 2024 3

Hi patil-suraj, thank you for the nice repo. Is it possible for you to show us how to fine tune using custom dataset,
I've tried the changing link in squad_multitask.py approach but somehow it keeps failing and I had no luck with the direct loading from the nlp.load_dataset in prepare_data.py

The followings are my datasets:

Thank you very much

from question_generation.

WadoodAbdul avatar WadoodAbdul commented on May 30, 2024

Yes, any data set can be used to train the models.

If you input the data in squad format, and change the directory of the train and valid split generator in squad_multitask.py, you'll be good to go.

from question_generation.

nabinkhadka avatar nabinkhadka commented on May 30, 2024

@WadoodAbdul have you tried it? Were you able to load the model correctly? If so can you give me the snippet please?

Thank you

from question_generation.

pat266 avatar pat266 commented on May 30, 2024

@hariesramdhani I'm not sure if you are still stuck, but you need to include data_files= '/path/to/file' in the nlp.load_dataset() (source: https://huggingface.co/docs/datasets/v0.4.0/add_dataset.html)
Example: natural_question = nlp.load_dataset("natural_questions", data_files= '/content/drive/My Drive/natural_questions', split=nlp.Split.TRAIN)

from question_generation.

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.