Git Product home page Git Product logo

Comments (4)

JohnGiorgi avatar JohnGiorgi commented on June 21, 2024

Thanks for raising an issue, I will try to look into this. Looks like the issue is on the AllenNLP side of things. Unless you really need to use AllenNLP, can you try using it from HuggingFace Transformers instead? Instructions here.

from declutr.

abis330 avatar abis330 commented on June 21, 2024

I am planning to do pre-training on the unlabeled dataset that I have with me. This error is stopping me to do so.

from declutr.

JohnGiorgi avatar JohnGiorgi commented on June 21, 2024

TLDR; You likely have installed an unsupported version of AllenNLP. Try installing a supported version and running the code again.


Can you provide more information on your environment, please? E.g. OS, python version, AllenNLP version, the commands you used to install DeCLUTR, etc...

This works fine in the embedding.ipynb notebook (see screenshot below)

image

so I think it's likely there is something up with your environment. Looking at the error, my best guess is that you have installed a newer version of AllenNLP than is supported by this repo. In the version of AllenNLP required by this repo, the text_to_instance method of DatasetReader (which is inherited by our DeCLUTRDatasetReader) accepts an argument text. However, in newer versions of AllenNLP this argument is called inputs. Hence the error you are getting:

TypeError: DeCLUTRDatasetReader.text_to_instance: `inputs` must be present.

You can check the version of AllenNLP you have installed by running

pip freeze | grep "allennlp*"

in your python environment where you have installed this repo. I would try installing a supported version and trying this example again.

from declutr.

JohnGiorgi avatar JohnGiorgi commented on June 21, 2024

Closing, please re-open if I didn't solve your issue!

from declutr.

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.