WhereIsAI / BiLLM

Tool for converting LLMs from uni-directional to bi-directional by removing causal mask for tasks like classification and sentence embeddings. Compatible with 🤗 transformers.
MIT License
44 stars 6 forks source link

Example for sequence classification #10

Open Mahmedturk opened 5 months ago

Mahmedturk commented 5 months ago

Hi, Thank you for really nice piece of work. How can i do sequence classification with this? since you only provide example for NER.

SeanLee97 commented 5 months ago

@Mahmedturk thanks for your following. The sequence classification examples are coming soon. I'll let you know if I push it.