Mango-Juice commited on
Commit
3049e15
ยท
verified ยท
1 Parent(s): aea7fc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,6 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # GoEmotions Fine-tuned Model
2
 
3
- ์ด ๋ชจ๋ธ์€ GoEmotions ๋ฐ์ดํ„ฐ์…‹์œผ๋กœ ํ›ˆ๋ จ๋œ ๋‹ค์ค‘ ๊ฐ์ • ๋ถ„๋ฅ˜ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.
4
 
5
  ## ๋ชจ๋ธ ์ •๋ณด
6
  - **Base Model**: Mango-Juice/trpg_mlm
@@ -45,8 +58,8 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
45
  import torch
46
 
47
  # ๋ชจ๋ธ๊ณผ ํ† ํฌ๋‚˜์ด์ € ๋กœ๋“œ
48
- tokenizer = AutoTokenizer.from_pretrained("your-username/final_emotion_model")
49
- model = AutoModelForSequenceClassification.from_pretrained("your-username/final_emotion_model")
50
 
51
  # ์ถ”๋ก 
52
  def predict_emotions(text):
@@ -72,4 +85,4 @@ print(emotions)
72
  - ๋ฐ์ดํ„ฐ ์ฆ๊ฐ•: ํŒŒ๋ผํ”„๋ ˆ์ด์ง• ๋ฐ ์—ญ๋ฒˆ์—ญ ๊ธฐ๋ฐ˜ ์˜ค๋ฒ„์ƒ˜ํ”Œ๋ง
73
  - ์†์‹ค ํ•จ์ˆ˜: Focal Loss with Label Smoothing
74
  - ์˜ตํ‹ฐ๋งˆ์ด์ €: AdamW
75
- - ์Šค์ผ€์ค„๋Ÿฌ: ReduceLROnPlateau
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - mrm8488/goemotions
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ base_model:
11
+ - Mango-Juice/trpg_mlm
12
+ - microsoft/deberta-v3-large
13
+ ---
14
  # GoEmotions Fine-tuned Model
15
 
16
+ ์ด ๋ชจ๋ธ์€ GoEmotions ๋ฐ์ดํ„ฐ์…‹ ๋ฐ TRPG ๋ฌธ์žฅ์œผ๋กœ ํ›ˆ๋ จ๋œ ๋‹ค์ค‘ ๊ฐ์ • ๋ถ„๋ฅ˜ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.
17
 
18
  ## ๋ชจ๋ธ ์ •๋ณด
19
  - **Base Model**: Mango-Juice/trpg_mlm
 
58
  import torch
59
 
60
  # ๋ชจ๋ธ๊ณผ ํ† ํฌ๋‚˜์ด์ € ๋กœ๋“œ
61
+ tokenizer = AutoTokenizer.from_pretrained("Mango-Juice/trpg_emotion_classification")
62
+ model = AutoModelForSequenceClassification.from_pretrained("Mango-Juice/trpg_emotion_classification")
63
 
64
  # ์ถ”๋ก 
65
  def predict_emotions(text):
 
85
  - ๋ฐ์ดํ„ฐ ์ฆ๊ฐ•: ํŒŒ๋ผํ”„๋ ˆ์ด์ง• ๋ฐ ์—ญ๋ฒˆ์—ญ ๊ธฐ๋ฐ˜ ์˜ค๋ฒ„์ƒ˜ํ”Œ๋ง
86
  - ์†์‹ค ํ•จ์ˆ˜: Focal Loss with Label Smoothing
87
  - ์˜ตํ‹ฐ๋งˆ์ด์ €: AdamW
88
+ - ์Šค์ผ€์ค„๋Ÿฌ: ReduceLROnPlateau