4AI / LS-LLaMA

A Simple but Powerful SOTA NER Model | Official Code For Label Supervised LLaMA Finetuning
https://arxiv.org/abs/2310.01208
MIT License
131 stars 20 forks source link

Not LlamaForSequenceClassification in modeling_llama.py #8

Open thanhsang298 opened 8 months ago

thanhsang298 commented 8 months ago

Hi guys,

I do not see the definition of LlamaForSequenceClassification in your modeling_llama.py. Am I missing any information?

csroyli commented 8 months ago

Hi there,

This class was defined in llama, i.e., by meta, in the library.