Git Product home page Git Product logo

Comments (7)

nlathia avatar nlathia commented on September 15, 2024 1

This is now merged. Let me know if you get a chance to try it out, @dingusagar. You'll need to install from here rather than via pypi - as I haven't released this yet.

from modelstore.

nlathia avatar nlathia commented on September 15, 2024 1

Great - feel free to reopen this issue if you find any problems

from modelstore.

nlathia avatar nlathia commented on September 15, 2024

Hi @dingusagar, just to double check: you are referring to this framework right? https://github.com/RasaHQ/rasa

It's currently not supported in this library, but we could look to add it in!

I've had a quick look at the Rasa docs, and found loading models but have only found the command line guidance for model training - are you training these models in a python script/can you point me to an example?

from modelstore.

dingusagar avatar dingusagar commented on September 15, 2024

yes, this is the framework i was referring to.
i train my project using command line. (rasa train)
but if we want we can even invoke it from a python script since the whole framework is written python.

for eg:
from rasa.cli.train import run_training
run_training(args=args)

from modelstore.

dingusagar avatar dingusagar commented on September 15, 2024

In rasa, once you do the training, a compressed model file is created (a tar.gz file ).
If there is any way to simply pass on this file path to modelstore along with some optional metadata if requried, that would be good enough.

something like

domain = "example-model"
meta_data = model_store.upload(domain, model="sample-project/models/rasa-trained-model.tar.gz")

and model download like

model_path = model_store.download(
   local_path=target,
   domain=model_domain,
   model_id=meta["model"]["model_id"],
)

if this feature is useful, i would be happy to help and contribute to this feature.

from modelstore.

nlathia avatar nlathia commented on September 15, 2024

Sounds good! I've started adding it in to the PR linked above - I had actually also been given this feedback by someone else via email as well, so I'm happy to do it 😄

from modelstore.

dingusagar avatar dingusagar commented on September 15, 2024

Thanks, will definitely check this out.

from modelstore.

Related Issues (20)

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.