Ptul2x5 commited on
Commit
d5574d9
·
verified ·
1 Parent(s): 29bd2f2

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -25
config.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "base_model": "vinai/phobert-base",
3
- "num_cls": 4,
4
- "aspects": [
5
- "lecturer",
6
- "training_program",
7
- "facility",
8
- "others"
9
- ],
10
- "prompts": {
11
- "lecturer": "Đánh giá về GIẢNG VIÊN (thầy cô, giảng dạy, thái độ, đi dạy đúng giờ).",
12
- "training_program": "Đánh giá về CHƯƠNG TRÌNH ĐÀO TẠO (môn học, tín chỉ, nội dung, kế hoạch, lịch học).",
13
- "facility": "Đánh giá về CƠ SỞ VẬT CHẤT (wifi, internet, phòng học, phòng lab, thiết bị, thư viện,nhà gửi xe, máy bán nước, máy thực hành).",
14
- "others": "Đánh giá về CÁC VẤN ĐỀ KHÁC không thuộc các nhóm trên."
15
- },
16
- "max_len": 256,
17
- "label_names": {
18
- "0": "none",
19
- "1": "negative",
20
- "2": "neutral",
21
- "3": "positive"
22
- },
23
- "train_percent": "100%",
24
- "epochs_trained": 5
25
- }