GithubHelp home page GithubHelp logo

Failed to run example script for CP-Tuning: type object got multiple values for keyword argument 'user_defined_parameters' about easynlp HOT 1 OPEN

alibaba avatar alibaba commented on May 2, 2024
Failed to run example script for CP-Tuning: type object got multiple values for keyword argument 'user_defined_parameters'

from easynlp.

Comments (1)

huhk-sysu avatar huhk-sysu commented on May 2, 2024

anchor_dataset = FewshotBaseDataset(
data_file=anchor_args.tables.split(',')[0],
pretrained_model_name_or_path=anchor_args.
pretrained_model_name_or_path,
max_seq_length=anchor_args.sequence_length,
first_sequence=anchor_args.first_sequence,
input_schema=anchor_args.input_schema,
second_sequence=anchor_args.second_sequence,
label_name=anchor_args.label_name,
label_enumerate_values=anchor_args.label_enumerate_values,
user_defined_parameters=parse_user_defined_parameters(
anchor_args.user_defined_parameters),
is_training=True,
*args,
**kwargs)

It's due to the appearance of another argument called user_defined_parameters in kwargs, IMO.

Add a line
kwargs.pop('user_defined_parameters')
before generating FewshotBaseDataset may fix it.

from easynlp.

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.