rkdaldus commited on
Commit
81c4438
Β·
verified Β·
1 Parent(s): b05c606

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -61,8 +61,7 @@ tags:
61
 
62
  ## μ„±λŠ₯
63
 
64
- - **졜고 검증 정확도**: μ—¬λŸ¬ 에폭 λ™μ•ˆ νŠœλ‹ν•œ κ²°κ³Ό, 졜고 검증 정확도λ₯Ό λ‹¬μ„±ν–ˆμŠ΅λ‹ˆλ‹€.
65
- - μ΅œμ’… λͺ¨λΈμ€ λ‹€μ–‘ν•œ μŒμ•… μƒ˜ν”Œμ—μ„œ 감정을 μΈμ‹ν•˜λŠ” 데 λ›°μ–΄λ‚œ μ„±λŠ₯을 λ³΄μž…λ‹ˆλ‹€.
66
 
67
  ## μ‚¬μš© 방법
68
 
@@ -70,5 +69,5 @@ tags:
70
 
71
  ```python
72
  from transformers import AutoModel
73
- model = AutoModel.from_pretrained("jeonghyeon97/music_emotion_classifier_4")
74
  ```
 
61
 
62
  ## μ„±λŠ₯
63
 
64
+ - 검증 데이터에 λŒ€ν•΄ μ•½ 47% 정확도
 
65
 
66
  ## μ‚¬μš© 방법
67
 
 
69
 
70
  ```python
71
  from transformers import AutoModel
72
+ model = AutoModel.from_pretrained("rkdaldus/music_sent5_classification")
73
  ```