Coder Social home page Coder Social logo

molecule-retrieval-nl-queries's Introduction

molecule-retrieval-nl-queries

Molecule Retrieval with Natural Language Queries. Challenge for the MVA Class "Advanced Learning for Text and Graph Data", 2023.

Description of runnable files

In all these runnable files, hyperparameters, model definitions and all the code that needs to be changed according to your needs are indicated with a comment header, such as:

###########################
#      GRAPH ENCODER      #
###########################
# Define your graph encoder here. Below are some of the encoders that we tried.

main.py

Trains a model. The model to train including hyperparameters is defined in this file (but the actual implementation is split into several files). The results are logged on Weights and Biases. Can also resume training from a checkpoint file.

Usage: python main.py [-n run_name_for_wandb] [-m path/to/pretrained_model.pt] (make sure that the right model is defined in the code before using a pretrained model)

eval.py

Computes predictions on the test set for a single pre-trained model.

Usage: after defining the model corresponding to your checkpoint in eval.py, run: python eval.py path/to/model.pt

average_predictions.py

Computes predictions by aggregating several models in two ways:

  • by summing the normalized average similarity scores of each model,
  • by summing the ranks computed with the similarity scores of each model (hard voting).

Usage: define the models and set the checkpoint paths directly in the code in the form of a dictionary, add it to the list of models from which the predictions are computed, then run python average_predictions.py.

molecule-retrieval-nl-queries's People

Contributors

vdng9338 avatar halvardbariller avatar

Watchers

 avatar  avatar

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.