Skip to content
View hty101's full-sized avatar

Block or report hty101

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. demo demo Public

  2. java java Public

    Java

  3. gittest gittest Public

    Java

  4. Last_Query_Transformer_RNN-PyTorch Last_Query_Transformer_RNN-PyTorch Public

    Forked from arshadshk/Last_Query_Transformer_RNN-PyTorch

    Implementation of the paper "Last Query Transformer RNN for knowledge tracing" in PyTorch. (Kaggle 1st place solution)

    Python

  5. RWKV-LM RWKV-LM Public

    Forked from BlinkDL/RWKV-LM

    RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference,…

    Python

  6. text_classification text_classification Public

    Forked from Lizhen0628/text_classification

    使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个模型的对比

    Python