shibing624 / textgen

TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet and so on. 文本生成模型,实现了包括LLaMA,ChatGLM,BLOOM,GPT2,Seq2Seq,BART,T5,UDA等模型的训练和预测,开箱即用。
Apache License 2.0
937 stars 109 forks source link

model 使用授权问题 #22

Closed wzg-zhuo closed 1 year ago

wzg-zhuo commented 1 year ago

微调之后的模型,版权属于谁呢,pclue数据非商用,数据是否需要自己准备才能训练得到自己的模型

shibing624 commented 1 year ago

依据base的协议,未取得base模型权重的授权,不得用来微调和发布。如果base模型仅能研究用,微调后的模型也需要继承base模型的授权,不得商用。