-
-
pytorch-gradual-warmup-lr Public
Gradually-Warmup Learning Rate Scheduler for PyTorch
-
llama.cpp Public
Forked from ggml-org/llama.cppLLM inference in C/C++
C++ MIT License UpdatedAug 27, 2024 -
gpt-researcher Public
Forked from assafelovic/gpt-researcherGPT based autonomous agent that does online comprehensive research on any given topic
-
InfiniTransformer Public
Forked from Beomi/InfiniTransformerUnofficial PyTorch/🤗Transformers(Gemma/Llama3) implementation of Leave No Context Behind: Efficient Infinite Context Transformers with Infini-attention
Python MIT License UpdatedApr 23, 2024 -
HttpReverseProxy Public
HTTP reverse proxy designed to facilitate secure access to HTTP services located within an internal network
-
-
PyKoSpacing Public
Forked from haven-jeon/PyKoSpacingAutomatic Korean word spacing with Python
Python GNU General Public License v3.0 UpdatedMar 26, 2023 -
pytorch-randaugment Public
Unofficial PyTorch Reimplementation of RandAugment.
-
cutmix Public
a Ready-to-use PyTorch Extension of Unofficial CutMix Implementations with more improved performance.
-
-
transformers Public
Forked from huggingface/transformers🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
-
gpt-neo Public
Forked from EleutherAI/gpt-neoAn implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library.
Python MIT License UpdatedNov 26, 2021 -
kss Public
Forked from hyunwoongko/kssKss: A Toolkit for Korean sentence segmentation
Python BSD 3-Clause "New" or "Revised" License UpdatedSep 30, 2021 -
KoGPT2 Public
Forked from SKT-AI/KoGPT2Korean GPT-2 pretrained cased (KoGPT2)
Other UpdatedSep 17, 2021 -
linkerd2 Public
Forked from linkerd/linkerd2Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go Apache License 2.0 UpdatedJul 20, 2021 -
ionic-docs Public
Forked from ionic-team/ionic-docsTypeScript Apache License 2.0 UpdatedJul 6, 2021 -
Unofficial PyTorch Implementation of Unsupervised Data Augmentation.
-
pytorch-filter-response-norm Public
Unofficial Efficient Implementation of 'Filter Response Normalization Layer: Eliminating Batch Dependence in the Training of Deep Neural Networks' in CVPR 2020
-
py-hanspell Public
Forked from ssut/py-hanspell파이썬 한글 맞춤법 검사 라이브러리. (네이버 맞춤법 검사기 사용)
Python MIT License UpdatedJun 11, 2020 -
evonorm Public
Pytorch Implementation of EvoNorm which reproduces paper's result
-
remote-dataloader Public
PyTorch DataLoader processed in multiple remote computation machines for heavy data processings
-
pystopwatch2 Public
Multi Stopwatch for Python
-
ai-starthon-2019 Public
Codes used on AI Starthon 2019. 1st place in total.
-
-
tbreader Public
TensorBoard Log Parser
-
Kaggle 2018 @ Human Protein Atlas Image Classification
-
lptrace Public
Forked from khamidou/lptraceTrace any Python program, anywhere!
Python GNU General Public License v3.0 UpdatedOct 26, 2018 -
data-science-bowl-2018 Public
End-to-end one-class instance segmentation based on U-Net architecture for Data Science Bowl 2018 in Kaggle
-
simulated-annealing-for-tsp Public
This code is to solve traveling salesman problem by using simulated annealing meta heuristic.