os-climate / aicoe-osc-demo

This repository is the central location for the demos the ET data science team is developing within the OS-Climate project. This demo shows how to use the tools provided by Open Data Hub (ODH) running on the Operate First cluster to perform ETL, create training and inference pipelines.
Apache License 2.0
11 stars 25 forks source link

Use sparsified neural models for relevance task #222

Open Shreyanand opened 2 years ago

Shreyanand commented 2 years ago

The existing transformer model use distilbert but we want to see if there are other models in the sparse zoo that we can train for a better performance. Use the existing notebooks (transformer_relevance, transformer_inference) as a reference and create new benchmarks for this task.

Acceptance