Commit ·
bd00b27
1
Parent(s): 9763724
intent-recog
Browse files- README.md +5 -6
- config.json +9 -3
- pytorch_model.bin +2 -2
- 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,7 +17,7 @@ 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.
|
| 22 |
- F1: 1.0000
|
| 23 |
|
| 24 |
## Model description
|
|
@@ -50,12 +49,12 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 52 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
| 53 |
-
| 0.
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
| 57 |
|
| 58 |
-
- Transformers 4.
|
| 59 |
- Pytorch 2.0.1+cu118
|
| 60 |
-
- Datasets 2.14.
|
| 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.0005
|
| 21 |
- F1: 1.0000
|
| 22 |
|
| 23 |
## Model description
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 51 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
| 52 |
+
| 0.0077 | 1.0 | 10471 | 0.0005 | 1.0000 |
|
| 53 |
|
| 54 |
|
| 55 |
### Framework versions
|
| 56 |
|
| 57 |
+
- Transformers 4.33.1
|
| 58 |
- Pytorch 2.0.1+cu118
|
| 59 |
+
- Datasets 2.14.5
|
| 60 |
+
- Tokenizers 0.13.3
|
config.json
CHANGED
|
@@ -13,14 +13,20 @@
|
|
| 13 |
"id2label": {
|
| 14 |
"0": "Replace",
|
| 15 |
"1": "Order",
|
| 16 |
-
"2": "Cancel"
|
|
|
|
|
|
|
|
|
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 3072,
|
| 20 |
"label2id": {
|
| 21 |
"Cancel": 2,
|
| 22 |
"Order": 1,
|
| 23 |
-
"Replace": 0
|
|
|
|
|
|
|
|
|
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-05,
|
| 26 |
"max_position_embeddings": 514,
|
|
@@ -31,7 +37,7 @@
|
|
| 31 |
"pad_token_id": 1,
|
| 32 |
"position_embedding_type": "absolute",
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
-
"transformers_version": "4.
|
| 35 |
"type_vocab_size": 1,
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 250002
|
|
|
|
| 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 |
"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
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5528f1fc02d902b7d775e9aecd7e781ba93643156377a87db6f9a80134b9931
|
| 3 |
+
size 1109898985
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db914b89e8810e323caaca71b2c866210419e325e2c0ce4dfd4bb0d287babcd6
|
| 3 |
size 4027
|