All Projects → Huffon → klue-transformers-tutorial

Huffon / klue-transformers-tutorial

Licence: Apache-2.0 license
KLUE 데이터를 활용한 HuggingFace Transformers 튜토리얼

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to klue-transformers-tutorial

OSC19-Linux-Workshop-Sessions
All of the workshop sessions of OSC'19 in .md and .pdf formats.
Stars: ✭ 45 (-57.94%)
Mutual labels:  tutorials
asp.net-core-tutorial
ASP.NET Core 入门教程
Stars: ✭ 42 (-60.75%)
Mutual labels:  tutorials
ProvToolbox
Java library to create and convert W3C PROV data model representations
Stars: ✭ 62 (-42.06%)
Mutual labels:  tutorials
New-ML-Data-Science-Framework-Tutorials-By-EJ
Internet's Most Popular Tutorials on Fresh-off-the-shelf ML & Data Science Technologies, Authored by Yours Truly.
Stars: ✭ 18 (-83.18%)
Mutual labels:  tutorials
godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (-26.17%)
Mutual labels:  tutorials
iOS-Monitor-Resources
对各厂商的 iOS SDK 性能监控方案的整理和收集后的资源
Stars: ✭ 31 (-71.03%)
Mutual labels:  tutorials
cmil
CMIL - Clarified Multilingual Intermediate Language
Stars: ✭ 32 (-70.09%)
Mutual labels:  tutorials
tomsup
tomsup 👍 Theory of Mind Simulation using Python. A package that allows for easy agent-based modelling of recursive Theory of Mind
Stars: ✭ 49 (-54.21%)
Mutual labels:  tutorials
Android-Weekly
Android Weekly is a free newsletter that helps you to stay cutting-edge with your Android Development. The newsletter comes once a week and covers a broad range of topics like tutorials, screencasts, news... just everything that's awesome in the Android Development world!
Stars: ✭ 66 (-38.32%)
Mutual labels:  tutorials
sktime-tutorial-pydata-amsterdam-2020
Introduction to Machine Learning with Time Series at PyData Festival Amsterdam 2020
Stars: ✭ 115 (+7.48%)
Mutual labels:  tutorials
BBFN
This repository contains the implementation of the paper -- Bi-Bimodal Modality Fusion for Correlation-Controlled Multimodal Sentiment Analysis
Stars: ✭ 42 (-60.75%)
Mutual labels:  huggingface-transformers
nodejs-tutorials
Sample implementations for actionable Node.js tutorials 🚀
Stars: ✭ 29 (-72.9%)
Mutual labels:  tutorials
PaperWeeklyAI
📚「@MaiweiAI」Studying papers in the fields of computer vision, NLP, and machine learning algorithms every week.
Stars: ✭ 50 (-53.27%)
Mutual labels:  tutorials
cache-lite
An extremely lite-weight cache framework in Kotlin, demonstrating how cache works.
Stars: ✭ 97 (-9.35%)
Mutual labels:  tutorials
Blog-React-Hook-Tutorial
This is a beginner tutorial for react hooks I have written in dev.to and Medium
Stars: ✭ 21 (-80.37%)
Mutual labels:  tutorials
finetune-gpt2xl
Guide: Finetune GPT2-XL (1.5 Billion Parameters) and finetune GPT-NEO (2.7 B) on a single GPU with Huggingface Transformers using DeepSpeed
Stars: ✭ 353 (+229.91%)
Mutual labels:  huggingface-transformers
MHPC-Natural-Language-Processing-Lectures
This is the second part of the Deep Learning Course for the Master in High-Performance Computing (SISSA/ICTP).)
Stars: ✭ 33 (-69.16%)
Mutual labels:  huggingface-transformers
docs
Source for Storj DCS docs
Stars: ✭ 63 (-41.12%)
Mutual labels:  tutorials
PyCBC-Tutorials
Learn how to use PyCBC to analyze gravitational-wave data and do parameter inference.
Stars: ✭ 91 (-14.95%)
Mutual labels:  tutorials
tutorials
All of the code for my Medium articles
Stars: ✭ 130 (+21.5%)
Mutual labels:  tutorials

KLUE + Transformers 튜토리얼 🤗

본 저장소는 Transformers, Sentence Transformers 등의 라이브러리를 활용해 태스크를 수행하기 위한 자연어 처리 모델을 손쉽게 훈련할 수 있는 방법에 대한 예제 노트북들을 다룹니다.

예제 제작을 위한 학습 데이터는 KLUE 벤치마크 내 데이터를 활용하도록 합니다.

각 라이브러리가 빠른 기술의 발전으로 차후 활용법이 변할 수 있으므로, 라이브러리의 버전을 아래와 같이 고정시킨 채 실험 및 학습을 해주시는 것이 좋습니다.

본 저장소 내 노트북 제작을 위해 학습된 모델들은 모두 허깅페이스 모델 허브에 업로드해두었으니 사용하실 수 있습니다.


transformers==4.7.0
datasets==1.8.0
sentence-transformers==1.2.0

학습 컨텐츠

Notebook Description
문장 분류 모델 학습 KLUE-NLI 데이터를 활용하여 문장 분류 모델을 훈련하는 방법을 학습합니다. Open In Colab
토큰 분류 모델 학습 KLUE-NER 데이터를 활용하여 토큰 분류 모델을 훈련하는 방법을 학습합니다. WIP
스팬 예측 모델 학습 KLUE-MRC 데이터를 활용하여 스팬 예측 모델을 훈련하는 방법을 학습합니다. WIP
Sentence-BERT 모델 학습 및 활용 KLUE-STS 데이터를 활용하여 문장 임베딩이 가능한 Sentence-BERT 방식의 모델을 훈련하고, 활용하는 방법을 학습합니다. Open In Colab
TIP: zero-shot 파이프라인 활용 Transformers 라이브러리의 zero-shot 파이프라인을 활용해 Zero-shot 문장 분류를 수행하는 예제를 학습합니다. Open In Colab

문의

허 훈 (huffonism at gmail dot com)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].