sachin19566 commited on
Commit
522bcba
1 Parent(s): 6919153

voicexpai/intent-recog

Browse files
Files changed (4) hide show
  1. README.md +7 -8
  2. config.json +5 -9
  3. pytorch_model.bin +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -8,7 +8,6 @@ metrics:
8
  model-index:
9
  - name: intent-recog
10
  results: []
11
- pipeline_tag: text-classification
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0005
22
- - F1: 1.0000
23
 
24
  ## Model description
25
 
@@ -48,14 +47,14 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | F1 |
52
- |:-------------:|:-----:|:-----:|:---------------:|:------:|
53
- | 0.0077 | 1.0 | 10471 | 0.0005 | 1.0000 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.33.1
59
  - Pytorch 2.0.1+cu118
60
  - Datasets 2.14.5
61
- - Tokenizers 0.13.3
 
8
  model-index:
9
  - name: intent-recog
10
  results: []
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
 
18
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0633
21
+ - F1: 0.0
22
 
23
  ## Model description
24
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:---:|
52
+ | 0.0324 | 1.0 | 10523 | 0.0633 | 0.0 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.33.2
58
  - Pytorch 2.0.1+cu118
59
  - Datasets 2.14.5
60
+ - Tokenizers 0.13.3
config.json CHANGED
@@ -11,22 +11,18 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "Replace",
15
  "1": "Order",
16
  "2": "Cancel",
17
- "3": "info",
18
- "4": "update",
19
- "5": "payement"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
  "Cancel": 2,
 
25
  "Order": 1,
26
- "Replace": 0,
27
- "info": 3,
28
- "payement": 5,
29
- "update": 4
30
  },
31
  "layer_norm_eps": 1e-05,
32
  "max_position_embeddings": 514,
@@ -37,7 +33,7 @@
37
  "pad_token_id": 1,
38
  "position_embedding_type": "absolute",
39
  "torch_dtype": "float32",
40
- "transformers_version": "4.33.1",
41
  "type_vocab_size": 1,
42
  "use_cache": true,
43
  "vocab_size": 250002
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "Payment",
15
  "1": "Order",
16
  "2": "Cancel",
17
+ "3": "Info"
 
 
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
  "Cancel": 2,
23
+ "Info": 3,
24
  "Order": 1,
25
+ "Payment": 0
 
 
 
26
  },
27
  "layer_norm_eps": 1e-05,
28
  "max_position_embeddings": 514,
 
33
  "pad_token_id": 1,
34
  "position_embedding_type": "absolute",
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.33.2",
37
  "type_vocab_size": 1,
38
  "use_cache": true,
39
  "vocab_size": 250002
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5528f1fc02d902b7d775e9aecd7e781ba93643156377a87db6f9a80134b9931
3
- size 1109898985
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:241079582981fa604b847955fdd7616160a3386a6389a764fb0faef07645d79e
3
+ size 1112255857
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db914b89e8810e323caaca71b2c866210419e325e2c0ce4dfd4bb0d287babcd6
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5590be40525ac432533f65cff33b62cc73c7fe4e613698923949a7ba692873
3
  size 4027