The resources should be available at /org/clulab/scala_transformers/models/microsoft_deberta_v3_base_mtl/avg_export.
This project is used to publish a resource: microsoft_deberta_v3_base_mtl/avg_export.
This directory contains an sbt project intended to release resources to either maven or artifactory, the later particularly when the resource is quite large (over 1GB).
Instructions:
- Overwrite the placeholder resource at
./src/main/resources/org/clulab/scala_transformers/models/microsoft_deberta_v3_base_mtl/avg_exportwith a copy of your own resource. - Run
sbt testto ensure that the resource is accessible. - Update
version.sbtandCHANGES.mdand check on theLICENSE. - Inspect
publish.sbtand replace values where necessary with those of your own project. - If not done previously, follow instructions in
publish.sbtregarding credentials. - Replace this
README.mdfile with something particular to your project. - Issue the
sbt releasecommand and follow prompts.