Conrad747 commited on
Commit
663e89d
1 Parent(s): af3e214

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Davlan/afro-xlmr-base",
3
  "architectures": [
4
  "XLMRobertaForTokenClassification"
5
  ],
@@ -75,7 +75,7 @@
75
  "pad_token_id": 1,
76
  "position_embedding_type": "absolute",
77
  "torch_dtype": "float32",
78
- "transformers_version": "4.27.4",
79
  "type_vocab_size": 1,
80
  "use_cache": true,
81
  "vocab_size": 250002
 
1
  {
2
+ "_name_or_path": "xlm-roberta-base",
3
  "architectures": [
4
  "XLMRobertaForTokenClassification"
5
  ],
 
75
  "pad_token_id": 1,
76
  "position_embedding_type": "absolute",
77
  "torch_dtype": "float32",
78
+ "transformers_version": "4.34.1",
79
  "type_vocab_size": 1,
80
  "use_cache": true,
81
  "vocab_size": 250002
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c3f606837832175d109924b225f5f2d8f90801243e7ccf9d8bc2c838f393373
3
- size 1109961837
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac28fc3aec2ba35127b3933eb12b9139e15369d09c1a98e4b7c8d1fe8fcb6835
3
+ size 1109957862
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
3
- size 17082758
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003498ab0695fbf35aedc8bbbae1e20a6033a1b3914e49c6d2fbe1d54d7d93b9
3
+ size 17082786
tokenizer_config.json CHANGED
@@ -1,20 +1,55 @@
1
  {
2
  "add_prefix_space": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<s>",
 
4
  "cls_token": "<s>",
5
  "eos_token": "</s>",
6
- "mask_token": {
7
- "__type": "AddedToken",
8
- "content": "<mask>",
9
- "lstrip": true,
10
- "normalized": true,
11
- "rstrip": false,
12
- "single_word": false
13
- },
14
  "model_max_length": 512,
15
  "pad_token": "<pad>",
16
  "sep_token": "</s>",
17
- "special_tokens_map_file": null,
18
  "tokenizer_class": "XLMRobertaTokenizer",
19
  "unk_token": "<unk>"
20
  }
 
1
  {
2
  "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "250001": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
  "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
  "cls_token": "<s>",
48
  "eos_token": "</s>",
49
+ "mask_token": "<mask>",
 
 
 
 
 
 
 
50
  "model_max_length": 512,
51
  "pad_token": "<pad>",
52
  "sep_token": "</s>",
 
53
  "tokenizer_class": "XLMRobertaTokenizer",
54
  "unk_token": "<unk>"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fb6510c81ea0e4ca1ca7aa069512ba721287565c0a081b34c7cccf97f93bc68
3
- size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea1a9087b509e3f4e4584e7e8918801ee167dc4d50c1215c219fc64f8dd8e69
3
+ size 4472