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_export
with a copy of your own resource. - Run
sbt test
to ensure that the resource is accessible. - Update
version.sbt
andCHANGES.md
and check on theLICENSE
. - Inspect
publish.sbt
and replace values where necessary with those of your own project. - If not done previously, follow instructions in
publish.sbt
regarding credentials. - Replace this
README.md
file with something particular to your project. - Issue the
sbt release
command and follow prompts.