Ewillingfly's Stars
fxsjy/jieba
结巴中文分词
mistyreed63849/Graph-LLM
GraphLLM: Boosting Graph Reasoning Ability of Large Language Model
causenet-org/CIKM-20
CauseNet: Towards a Causality Graph Extracted from the Web
GSL-Benchmark/GSLB
A comprehensive benchmark of Graph Structure Learning (NeurIPS 2023 Datasets and Benchmarks Track)
phosseini/CREST
A Causal Relation Schema for Text
zhengzangw/awesome-huge-models
A collection of AWESOME things about HUGE AI models.
ZenzenDatabase/A_oveview_of_awesome_causality_dataset
hiyouga/ChatGLM-Efficient-Tuning
Fine-tuning ChatGLM-6B with PEFT | 基于 PEFT 的高效 ChatGLM 微调
TemporalKGTeam/xERTE
gordicaleksa/pytorch-GAT
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
CLUEbenchmark/CLUEPretrainedModels
高质量中文预训练模型集合:最先进大模型、最快小模型、相似度专门模型
CLOVEXCWZ/NER_DEMO
中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。
Mr-Sun123/myfirstgithub
django的初学者,使用Django创建学生信息管理系统
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行