Porameht commited on
Commit
8bc119a
1 Parent(s): 8f84ef3

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. README.md +8 -8
  2. config.json +20 -20
  3. model.safetensors +1 -1
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [Geotrend/bert-base-th-cased](https://huggingface.co/Geotrend/bert-base-th-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.2346
25
- - Accuracy: 0.9369
26
- - F1: 0.9340
27
- - Precision: 0.9471
28
- - Recall: 0.9369
29
 
30
  ## Model description
31
 
@@ -57,9 +57,9 @@ The following hyperparameters were used during training:
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
59
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
60
- | 1.9427 | 1.0 | 65 | 0.7129 | 0.8964 | 0.8947 | 0.9055 | 0.8964 |
61
- | 0.48 | 2.0 | 130 | 0.2325 | 0.9369 | 0.9365 | 0.9390 | 0.9369 |
62
- | 0.1783 | 3.0 | 195 | 0.2001 | 0.9505 | 0.9511 | 0.9578 | 0.9505 |
63
 
64
 
65
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [Geotrend/bert-base-th-cased](https://huggingface.co/Geotrend/bert-base-th-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.2707
25
+ - Accuracy: 0.9234
26
+ - F1: 0.9209
27
+ - Precision: 0.9322
28
+ - Recall: 0.9234
29
 
30
  ## Model description
31
 
 
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
59
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
60
+ | 1.8845 | 1.0 | 65 | 0.6954 | 0.9144 | 0.9139 | 0.9169 | 0.9144 |
61
+ | 0.446 | 2.0 | 130 | 0.2283 | 0.9279 | 0.9289 | 0.9327 | 0.9279 |
62
+ | 0.1807 | 3.0 | 195 | 0.2037 | 0.9505 | 0.9506 | 0.9568 | 0.9505 |
63
 
64
 
65
  ### Framework versions
config.json CHANGED
@@ -10,30 +10,30 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3",
17
- "4": "LABEL_4",
18
- "5": "LABEL_5",
19
- "6": "LABEL_6",
20
- "7": "LABEL_7",
21
- "8": "LABEL_8",
22
- "9": "LABEL_9"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
26
  "label2id": {
27
- "LABEL_0": 0,
28
- "LABEL_1": 1,
29
- "LABEL_2": 2,
30
- "LABEL_3": 3,
31
- "LABEL_4": 4,
32
- "LABEL_5": 5,
33
- "LABEL_6": 6,
34
- "LABEL_7": 7,
35
- "LABEL_8": 8,
36
- "LABEL_9": 9
37
  },
38
  "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Inquire Facilities",
14
+ "1": "Ask for Information",
15
+ "2": "Modify Reservation",
16
+ "3": "Request Special Service",
17
+ "4": "Cancel Reservation",
18
+ "5": "Check Availability",
19
+ "6": "Make Reservation",
20
+ "7": "Suggest Attractions",
21
+ "8": "Greeting",
22
+ "9": "Verify Reservation"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
26
  "label2id": {
27
+ "Ask for Information": 1,
28
+ "Cancel Reservation": 4,
29
+ "Check Availability": 5,
30
+ "Greeting": 8,
31
+ "Inquire Facilities": 0,
32
+ "Make Reservation": 6,
33
+ "Modify Reservation": 2,
34
+ "Request Special Service": 3,
35
+ "Suggest Attractions": 7,
36
+ "Verify Reservation": 9
37
  },
38
  "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88bfa984f6d4e2ea75b87771204007c67c1b4ecadcf6d5ae18d97535aba049a1
3
  size 421031944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc446d3a3ea18c3726315bed1142fb35c885a785ea9940d4996cc0a1bbd276e
3
  size 421031944