bread-good111 commited on
Commit
c93ad78
·
verified ·
1 Parent(s): f6fd24a

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -34
config.json DELETED
@@ -1,34 +0,0 @@
1
- {
2
- "model_type": "bert-emotion-detection",
3
- "base_model": "bert-base-chinese",
4
- "architecture": "EmotionDetectionModel",
5
- "task": "emotion-classification",
6
- "num_emotions": 6,
7
- "emotion_labels": {
8
- "0": "sadness",
9
- "1": "joy",
10
- "2": "love",
11
- "3": "anger",
12
- "4": "fear",
13
- "5": "surprise"
14
- },
15
- "model_params": {
16
- "hidden_size": 768,
17
- "dropout": 0.1,
18
- "classifier_architecture": "two-layer-mlp",
19
- "intermediate_size": 384
20
- },
21
- "training_info": {
22
- "dataset": "dair-ai/emotion",
23
- "max_length": 512,
24
- "validation_accuracy": 0.9147,
25
- "framework": "pytorch"
26
- },
27
- "inference": {
28
- "max_length": 512,
29
- "batch_size": 16,
30
- "device": "cuda or cpu"
31
- },
32
- "version": "1.0",
33
- "created_by": "LongEmotion Detection Task"
34
- }