Skip to content
View SunnyLee20230523's full-sized avatar

Block or report SunnyLee20230523

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. LLaMA-Factory LLaMA-Factory Public

    Forked from hiyouga/LLaMA-Factory

    Unify Efficient Fine-Tuning of 100+ LLMs

    Python

  2. PytorchBertBiLstmClassify PytorchBertBiLstmClassify Public

    Forked from seanzhang-zhichen/PytorchBertBiLstmClassify

    Pytorch Bert+BiLstm二分类

    Python

  3. BERT-BiLSTM-CRF-NER-pytorch BERT-BiLSTM-CRF-NER-pytorch Public

    Forked from hertz-pj/BERT-BiLSTM-CRF-NER-pytorch

    Pytorch BERT-BiLSTM-CRF For NER

    Python

  4. Bert-BiLSTM-CRF-pytorch Bert-BiLSTM-CRF-pytorch Public

    Forked from cooscao/Bert-BiLSTM-CRF-pytorch

    bert-bilstm-crf implemented in pytorch for named entity recognition.

    Jupyter Notebook

  5. MiniCPM-V MiniCPM-V Public

    Forked from OpenBMB/MiniCPM-V

    MiniCPM-Llama3-V 2.5: A GPT-4V Level Multimodal LLM on Your Phone

    Python

  6. transformer transformer Public

    Forked from wenjtop/transformer

    Transformer是谷歌在17年发表的Attention Is All You Need 中使用的模型,经过这些年的大量的工业使用和论文验证,在深度学习领域已经占据重要地位。Bert就是从Transformer中衍生出来的语言模型。我会以中文翻译英文为例,来解释Transformer输入到输出整个流程。

    Python