Code Monkey home page Code Monkey logo

Comments (3)

DakeZhang1998 avatar DakeZhang1998 commented on July 26, 2024

@heinrichreimer So sorry for this late reply. I don't know why I didn't receive an email notification of this issue. Are you using the exact versions of dependent libraries mentioned at: https://github.com/UWaterlooIR/golden-gaze#environment?

from golden-gaze.

heinrichreimer avatar heinrichreimer commented on July 26, 2024

No, some of my dependencies have higher versions, but nothing that shouldn't be compatible:

beautifulsoup4==4.11.1
nltk==3.8.1
pytorch-lightning==1.9.0
scikit-learn==1.2.1
torch==1.12.1
transformers==4.26.0

As the error message mentioned some issue regarding the ZIP file, I tried to unzip the file, which should normally work for PyTorch lightning files:

Archive:  model.ckpt
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of model.ckpt or
        model.ckpt.zip, and cannot find model.ckpt.ZIP, period.

Is the checkpoint maybe part of a multi-file checkpoint?
The checkpoint size also seems to be rather small (1.5GB) whereas the base model is 3GB.

from golden-gaze.

DakeZhang1998 avatar DakeZhang1998 commented on July 26, 2024

It's not a zipped file. Could you post your code where you load the checkpoint?
My code at lines 184-186 in this file: (https://github.com/UWaterlooIR/golden-gaze/blob/main/stance_detection/main.py) works with the checkpoint file (https://github.com/UWaterlooIR/golden-gaze/releases/download/model/model.ckpt).

model = models.T5StanceDetector.load_from_checkpoint(f'output/{params["checkpoint_path"]}',
                                                       params=params, tokenizer=inference_set.tokenizer,
                                                       data=inference_data)

from golden-gaze.

Related Issues (1)

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.