Code Monkey home page Code Monkey logo

tira's Introduction

Code Submission Github Repository for Task multi-author-writing-style-analysis-2024

This is a git repository template for code submissions to the shared task multi-author-writing-style-analysis-2024 in TIRA.

This repository explains how to configure a Github action for your code submission. The corresponding Github action is .github/workflows/upload-software-to-tira.yml.

You must copy it to the .github/workflows of your own repository and adjust it to your code.

The rest of this repository explains how the Github action works with a minimal example, so that you can test it on your machine but also directly by running the action in your own repository.

The github action makes the following steps:

(1) Install dependencies, i.e., install python, tira (pip3 install tira) and Docker.

(2) Build the Docker image: (you might have to modify the Dockerfile, e.g., add your own code, install other dependencies, etc.

docker build -t registry.webis.de/code-research/tira/tira-user-nbw/github-action-submission:0.0.1 -f Dockerfile .

(3) Test that the docker image works on a small example dataset and push it to TIRA:

tira-run --input-dataset multi-author-writing-style-analysis-2024/pan24-multi-author-analysis-validation-20240219_0-training --image registry.webis.de/code-research/tira/tira-user-nbw/github-action-submission:0.0.1

tira's People

Contributors

chigee54 avatar

Watchers

 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.