JaehyeokLee-119 / emotion_classification_performance_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emotion_classification_performance_test

For comparing Emotion classification performance of different models on DailyDialog Dataset

PRG-MoE referenced

Dependencies

python 3.10.9
pytorch 1.13.1
pytorch-cuda 11.6
tqdm 4.64.1
numpy 1.23.5
huggingface_hub 0.12.0
cuda 11.6.1
transformers 4.26.1
scikit-learn 1.2.0

Dataset

The dataset used is RECCON dataset.

Usage

To fine-tune (or test) pre-trained model, run this command:

python main.py

Commit Conventions (from https://treasurebear.tistory.com/70)

🎨 :art: μ½”λ“œμ˜ ꡬ쑰/ν˜•νƒœ κ°œμ„  Improve structure / format of the code.
⚑️ :zap: μ„±λŠ₯ κ°œμ„  Improve performance.
πŸ”₯ :fire: μ½”λ“œ/파일 μ‚­μ œ Remove code or files.
πŸ› :bug: 버그 μˆ˜μ • Fix a bug.
πŸš‘ :ambulance: κΈ΄κΈ‰ μˆ˜μ • Critical hotfix.
✨ :sparkles: μƒˆ κΈ°λŠ₯ Introduce new features.
πŸ“ :memo: λ¬Έμ„œ μΆ”κ°€/μˆ˜μ • Add or update documentation.
πŸ’„ :lipstick: UI/μŠ€νƒ€μΌ 파일 μΆ”κ°€/μˆ˜μ • Add or update the UI and style files.
πŸŽ‰ :tada: ν”„λ‘œμ νŠΈ μ‹œμž‘ Begin a project.
βœ… :white_check_mark: ν…ŒμŠ€νŠΈ μΆ”κ°€/μˆ˜μ • Add or update tests.
πŸ”’ :lock: λ³΄μ•ˆ 이슈 μˆ˜μ • Fix security issues.
πŸ”– :bookmark: 릴리즈/버전 νƒœκ·Έ Release / Version tags.
πŸ’š :green_heart: CI λΉŒλ“œ μˆ˜μ • Fix CI Build.
πŸ“Œ :pushpin: νŠΉμ • 버전 μ˜μ‘΄μ„± κ³ μ • Pin dependencies to specific versions.
πŸ‘· :construction_worker: CI λΉŒλ“œ μ‹œμŠ€ν…œ μΆ”κ°€/μˆ˜μ • Add or update CI build system.
πŸ“ˆ :chart_with_upwards_trend: 뢄석, 좔적 μ½”λ“œ μΆ”κ°€/μˆ˜μ • Add or update analytics or track code.
♻️ :recycle: μ½”λ“œ λ¦¬νŒ©ν† λ§ Refactor code.
βž• :heavy_plus_sign: μ˜μ‘΄μ„± μΆ”κ°€ Add a dependency.
βž– :heavy_minus_sign: μ˜μ‘΄μ„± 제거 Remove a dependency.
πŸ”§ :wrench: ꡬ성 파일 μΆ”κ°€/μ‚­μ œ Add or update configuration files.
πŸ”¨ :hammer: 개발 슀크립트 μΆ”κ°€/μˆ˜μ • Add or update development scripts.
🌐 :globe_with_meridians: κ΅­μ œν™”/ν˜„μ§€ν™” Internationalization and localization.
πŸ’© :poop: λ˜₯μ‹Ό μ½”λ“œ Write bad code that needs to be improved.
βͺ :rewind: λ³€κ²½ λ‚΄μš© 되돌리기 Revert changes.
πŸ”€ :twisted_rightwards_arrows: 브랜치 합병 Merge branches.
πŸ“¦ :package: 컴파일된 파일 μΆ”κ°€/μˆ˜μ • Add or update compiled files or packages.
πŸ‘½ :alien: μ™ΈλΆ€ API λ³€ν™”λ‘œ μΈν•œ μˆ˜μ • Update code due to external API changes.
🚚 :truck: λ¦¬μ†ŒμŠ€ 이동, 이름 λ³€κ²½ Move or rename resources (e.g.: files paths routes).
πŸ“„ :page_facing_up: λΌμ΄μ„ΌμŠ€ μΆ”κ°€/μˆ˜μ • Add or update license.
πŸ’‘ :bulb: 주석 μΆ”κ°€/μˆ˜μ • Add or update comments in source code.
🍻 :beers: 술 μ·¨ν•΄μ„œ μ“΄ μ½”λ“œ Write code drunkenly.
πŸ—ƒ :card_file_box: λ°μ΄λ²„λ² μ΄μŠ€ κ΄€λ ¨ μˆ˜μ • Perform database related changes.
πŸ”Š :loud_sound: 둜그 μΆ”κ°€/μˆ˜μ • Add or update logs.
πŸ™ˆ :see_no_evil: .gitignore μΆ”κ°€/μˆ˜μ • Add or update a .gitignore file.

About


Languages

Language:Python 100.0%