Porameht commited on
Commit
ccd6486
1 Parent(s): 2c3f905

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. README.md +14 -14
  2. config.json +20 -20
  3. model.safetensors +1 -1
README.md CHANGED
@@ -1,31 +1,31 @@
1
  ---
2
- base_model: google-bert/bert-base-multilingual-cased
3
  library_name: transformers
4
  license: apache-2.0
 
 
 
5
  metrics:
6
  - accuracy
7
  - f1
8
  - precision
9
  - recall
10
- tags:
11
- - generated_from_trainer
12
  model-index:
13
- - name: bert-base-multilingual-cased-intent-booking
14
  results: []
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
  should probably proofread and complete it, then remove this comment. -->
19
 
20
- # bert-base-multilingual-cased-intent-booking
21
 
22
- This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.2687
25
- - Accuracy: 0.9144
26
- - F1: 0.9101
27
- - Precision: 0.9295
28
- - Recall: 0.9144
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
- | 2.0801 | 1.0 | 65 | 1.1259 | 0.7613 | 0.7482 | 0.8102 | 0.7613 |
61
- | 0.6191 | 2.0 | 130 | 0.3180 | 0.9144 | 0.9157 | 0.9225 | 0.9144 |
62
- | 0.2196 | 3.0 | 195 | 0.1772 | 0.9595 | 0.9593 | 0.9619 | 0.9595 |
63
 
64
 
65
  ### Framework versions
 
1
  ---
 
2
  library_name: transformers
3
  license: apache-2.0
4
+ base_model: Geotrend/bert-base-th-cased
5
+ tags:
6
+ - generated_from_trainer
7
  metrics:
8
  - accuracy
9
  - f1
10
  - precision
11
  - recall
 
 
12
  model-index:
13
+ - name: bert-base-th-cased-intent-booking
14
  results: []
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
  should probably proofread and complete it, then remove this comment. -->
19
 
20
+ # bert-base-th-cased-intent-booking
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
 
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
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:178106a072196526d935edfd773a17cd93727496e5106e8e2d50d7a039ebdbc7
3
  size 711468072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:809b55552eae79b2e9ff519acd2276c80b94a4eae1be9883c5ce705341f412ab
3
  size 711468072