Giter Club home page Giter Club logo

promptner's Introduction

promptner's People

Contributors

tricktreat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

promptner's Issues

数据集问题

作者你好,数据部分data/README.md,无数据相关信息,方便提供下吗?

动态模板填充

请问在进行动态模板填充的时候,M个提示不是一样的吗?那实体和这M个提示之间不同的匹配有什么区别?

没有找到mit-movie_types.json文件

types_path = data/datasets/few-shot/data/mit-movie/mit-movie_types.json,数据文件中没有找到该mit-movie_types.json文件,不知道是否是我没有找到,能否将该文件下载路径提供给我,谢谢了

这里代码看起来会丢掉一些元素?

if self.solver == "hungarian":
C = C.cpu()
indices = [linear_sum_assignment(c[i]) for i, c in enumerate(C.split(sizes, -1))]
if self.solver == "auction":
indices = [auction_lap(c[i])[:2] for i, c in enumerate(C.split(sizes, -1))]

代码中使用的c[i]看起来会丢掉一些元素?😳

How do I get the JSON file

Hi, I want to know how to get the JSON file.
The uploaded file is in txt format, but it seems that the source code needs to be converted to JSON format before it can be used. And 'mit-movie_types.json' is also not in the dataset. However, no tool class for conversion was found in the source code.

关于跨域低资源实验

您好,我看了您的这篇论文,想请问下在做跨域低资源的实验时,是在训练集上训练一定epoches之后,直接将训练完的模型在测试集上进行测试这样吗?有用到验证集吗?

关于eval方法

训练几个epoch后会使用验证集进行验证,那个效果看着是正常的,但是训练完毕后使用eval方法进行测试后效果低的离谱,读了代码发现尽管验证和测试集是同一个,但是测试出来的效果不知道为什么特别低。

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.