nguyenanh2803 commited on
Commit
4154a3b
1 Parent(s): b26c658

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: nguyenanh2803/absa-train-service
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -11,9 +11,10 @@ model-index:
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
 
14
  # absa-train-service
15
 
16
- This model is a fine-tuned version of [nguyenanh2803/absa-train-service](https://huggingface.co/nguyenanh2803/absa-train-service) on the None dataset.
17
 
18
  ## Model description
19
 
 
1
  ---
2
  license: mit
3
+ base_model: FacebookAI/xlm-roberta-base
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/cunho2803032003/huggingface/runs/pbw9qe2c)
15
  # absa-train-service
16
 
17
+ This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on the None dataset.
18
 
19
  ## Model description
20
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "nguyenanh2803/absa-train-service",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
@@ -46,7 +46,6 @@
46
  "output_past": true,
47
  "pad_token_id": 1,
48
  "position_embedding_type": "absolute",
49
- "problem_type": "single_label_classification",
50
  "torch_dtype": "float32",
51
  "transformers_version": "4.42.4",
52
  "type_vocab_size": 1,
 
1
  {
2
+ "_name_or_path": "FacebookAI/xlm-roberta-base",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
 
46
  "output_past": true,
47
  "pad_token_id": 1,
48
  "position_embedding_type": "absolute",
 
49
  "torch_dtype": "float32",
50
  "transformers_version": "4.42.4",
51
  "type_vocab_size": 1,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c6ad7d41e46841ea49791ae6a2f3ed2269e7cdb820049ae89762852e0a28673
3
  size 1112232692
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8f277d94347a517804c0ded80b9ad98f1e0d33e9ae3888d225653f69d9ddb3a
3
  size 1112232692
special_tokens_map.json CHANGED
@@ -1,25 +1,7 @@
1
  {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "cls_token": {
10
- "content": "<s>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "eos_token": {
17
- "content": "</s>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
@@ -27,25 +9,7 @@
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
- "pad_token": {
31
- "content": "<pad>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- },
37
- "sep_token": {
38
- "content": "</s>",
39
- "lstrip": false,
40
- "normalized": false,
41
- "rstrip": false,
42
- "single_word": false
43
- },
44
- "unk_token": {
45
- "content": "<unk>",
46
- "lstrip": false,
47
- "normalized": false,
48
- "rstrip": false,
49
- "single_word": false
50
- }
51
  }
 
1
  {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "mask_token": {
6
  "content": "<mask>",
7
  "lstrip": true,
 
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
tokenizer_config.json CHANGED
@@ -46,16 +46,9 @@
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
48
  "mask_token": "<mask>",
49
- "max_length": 512,
50
  "model_max_length": 512,
51
- "pad_to_multiple_of": null,
52
  "pad_token": "<pad>",
53
- "pad_token_type_id": 0,
54
- "padding_side": "right",
55
  "sep_token": "</s>",
56
- "stride": 0,
57
  "tokenizer_class": "XLMRobertaTokenizer",
58
- "truncation_side": "right",
59
- "truncation_strategy": "longest_first",
60
  "unk_token": "<unk>"
61
  }
 
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
48
  "mask_token": "<mask>",
 
49
  "model_max_length": 512,
 
50
  "pad_token": "<pad>",
 
 
51
  "sep_token": "</s>",
 
52
  "tokenizer_class": "XLMRobertaTokenizer",
 
 
53
  "unk_token": "<unk>"
54
  }