Git Product home page Git Product logo

Comments (4)

AllenDun avatar AllenDun commented on May 23, 2024 1

@0xNOY thanks very much. So I should change topk_instance to 10, e.g, which means top10?

from glee.

0xNOY avatar 0xNOY commented on May 23, 2024

Yes, in the demo, only one object is output in the expression prompt mode. To output multiple objects, you need to change the value of the variable topK_instance in line 174 of app/app.py.

from glee.

AllenDun avatar AllenDun commented on May 23, 2024

could you please explain more details about the grouding mode and category mode in the tokenization stage? It seems that we can input multi categoires an once in a prompt, but only one expression in a prompt? Could both modes be the same?

from glee.

wjf5203 avatar wjf5203 commented on May 23, 2024

@AllenDun Thank you for your interest! In our setting, if the input is an expression, the model will only find the single most relevant object, as topK=1 is a fixed parameter set by design. If you want to find multiple objects at the same time, you can try using the 'categories' -> 'custom-list' mode, which supports a list of arbitrary category names separated by commas. In this mode, you can freely set the TopK, and you can input multiple categories at once.

from glee.

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.