AkramHec commited on
Commit
5ffc8bc
1 Parent(s): e033946

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base",
3
  "architectures": [
4
- "XLMRobertaForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
@@ -26,15 +26,14 @@
26
  },
27
  "layer_norm_eps": 1e-05,
28
  "max_position_embeddings": 514,
29
- "model_type": "xlm-roberta",
30
  "num_attention_heads": 12,
31
  "num_hidden_layers": 12,
32
- "output_past": true,
33
  "pad_token_id": 1,
34
  "position_embedding_type": "absolute",
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.38.2",
37
  "type_vocab_size": 1,
38
  "use_cache": true,
39
- "vocab_size": 250002
40
  }
 
1
  {
2
+ "_name_or_path": "roberta-base",
3
  "architectures": [
4
+ "RobertaForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
26
  },
27
  "layer_norm_eps": 1e-05,
28
  "max_position_embeddings": 514,
29
+ "model_type": "roberta",
30
  "num_attention_heads": 12,
31
  "num_hidden_layers": 12,
 
32
  "pad_token_id": 1,
33
  "position_embedding_type": "absolute",
34
  "torch_dtype": "float32",
35
  "transformers_version": "4.38.2",
36
  "type_vocab_size": 1,
37
  "use_cache": true,
38
+ "vocab_size": 50265
39
  }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fdcf7237708075e5a85d9d48607c15fa2d168208270252620e8e3b4aa5c012b
3
- size 1109848576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ed9e8066ec9f9ea19e52c16f58927d4ed3cc6587a51829acc9383755d9e0f3
3
+ size 496256392
runs/Apr16_08-50-01_a8ce803913f4/events.out.tfevents.1713257406.a8ce803913f4.251.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:972a2c6acf9df7c2871f275a1bc02fd07b34e19d150091d54432557d028126d1
3
+ size 5204
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f59925fcb90c92b894cb93e51bb9b4a6105c5c249fe54ce1c704420ac39b81af
3
- size 17082756
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa749058bddc4469f6e7341d3d8863b77d59698b572fa9780bfd6cee5decb87d
3
+ size 2108613
tokenizer_config.json CHANGED
@@ -1,9 +1,10 @@
1
  {
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<s>",
5
  "lstrip": false,
6
- "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
@@ -11,7 +12,7 @@
11
  "1": {
12
  "content": "<pad>",
13
  "lstrip": false,
14
- "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
@@ -19,7 +20,7 @@
19
  "2": {
20
  "content": "</s>",
21
  "lstrip": false,
22
- "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
@@ -27,12 +28,12 @@
27
  "3": {
28
  "content": "<unk>",
29
  "lstrip": false,
30
- "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "250001": {
36
  "content": "<mask>",
37
  "lstrip": true,
38
  "normalized": false,
@@ -45,10 +46,12 @@
45
  "clean_up_tokenization_spaces": true,
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
  }
 
1
  {
2
+ "add_prefix_space": true,
3
  "added_tokens_decoder": {
4
  "0": {
5
  "content": "<s>",
6
  "lstrip": false,
7
+ "normalized": true,
8
  "rstrip": false,
9
  "single_word": false,
10
  "special": true
 
12
  "1": {
13
  "content": "<pad>",
14
  "lstrip": false,
15
+ "normalized": true,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
 
20
  "2": {
21
  "content": "</s>",
22
  "lstrip": false,
23
+ "normalized": true,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
 
28
  "3": {
29
  "content": "<unk>",
30
  "lstrip": false,
31
+ "normalized": true,
32
  "rstrip": false,
33
  "single_word": false,
34
  "special": true
35
  },
36
+ "50264": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
  "normalized": false,
 
46
  "clean_up_tokenization_spaces": true,
47
  "cls_token": "<s>",
48
  "eos_token": "</s>",
49
+ "errors": "replace",
50
  "mask_token": "<mask>",
51
  "model_max_length": 512,
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
  "unk_token": "<unk>"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2ed3074d03a3a9b115eb9e0d93af72ac3c867a342442574911d0e50637b44f8
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d3505669eaa9900394790cc6368b269cfdc730c8db736902359b038b36fa74
3
  size 4920
vocab.json ADDED
The diff for this file is too large to render. See raw diff