JorunoJobana
I am Tony ,from College of Informatics and Computer Management PGRI Tangerang
Zenaida Orn Company0588 ,Emelia Rest ,Marceleneport ,Idaho ,Fiji
JorunoJobana's Stars
Ledzy/BAdam
[NeurIPS 2024] BAdam: A Memory Efficient Full Parameter Optimization Method for Large Language Models
david9dragon9/LOMOLite
A lightweight adapter for LOMO and AdaLOMO for drop-in use in your project
tomaarsen/attention_sinks
Extend existing LLMs way beyond the original training length with constant memory usage, without retraining
horseee/Awesome-Efficient-LLM
A curated list for Efficient Large Language Models
princeton-nlp/LLM-Shearing
[ICLR 2024] Sheared LLaMA: Accelerating Language Model Pre-training via Structured Pruning
OpenMOSS/CoLLiE
Collaborative Training of Large Language Models in an Efficient Way
Jamie-Stirling/RetNet
An implementation of "Retentive Network: A Successor to Transformer for Large Language Models"
syncdoth/RetNet
Huggingface compatible implementation of RetNet (Retentive Networks, https://arxiv.org/pdf/2307.08621.pdf) including parallel, recurrent, and chunkwise forward.
myscience/retnet-pytorch
Implementation of Retention-Network in PyTorch
G-U-N/PyCIL
PyCIL: A Python Toolbox for Class-Incremental Learning
xialeiliu/Awesome-Incremental-Learning
Awesome Incremental Learning
venusafroid/Bert_ProtoNet_Intent
Changed the way of training and testing of Bert_ProtoNet for Few Shot Learning
chiayewken/sutd-materials
SUTD Coursework Materials
sicara/easy-few-shot-learning
Ready-to-use code and tutorial notebooks to boost your way into few-shot learning for image classification.
arijitx/Fewshot-Learning-with-BERT
We attempt to do few shot learning with BERT and prototypical network for Intent classification
HarderThenHarder/transformers_tasks
⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF, SFT etc.
thuiar/TEXTOIR-DEMO
TEXTOIR: An Integrated and Visualized Platform for Text Open Intent Recognition (ACL 2021)
thuiar/OKD-Reading-List
Papers for Open Knowledge Discovery
mymusise/ChatGLM-Tuning
基于ChatGLM-6B + LoRA的Fintune方案
YoungGod/awesome-anomaly-detection
A curated list of awesome anomaly detection resources
sjyttkl/PaperReading
每天阅读过的论文的简要笔记
thuiar/TEXTOIR
TEXTOIR is the first opensource toolkit for text open intent recognition. (ACL 2021)
HanleiZhang/Adaptive-Decision-Boundary
Deep Open Intent Classification with Adaptive Decision Boundary (AAAI2021)
thuiar/Adaptive-Decision-Boundary
Deep Open Intent Classification with Adaptive Decision Boundary (AAAI 2021)
chenlian-zhou/nlp
0oTedo0/NLP-Beginner
Exercises of Natural Language Process.
Alic-yuan/nlp-beginner-finish
此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务,所有代码都经过测试,可以正常运行。
fastnlp/fastNLP
fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
FudanNLP/nlp-beginner
NLP上手教程
yingdajun/seq2seqForExample
采用三种方式 (1)利用keras库搭建seq2seq (2)利用keras_transformer库 (3)利用fastnlp框架 实现问答机器人、机器翻译、文本摘要等功能