vladkolev commited on
Commit
a1b3c1a
·
1 Parent(s): 1ce0518

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -43,7 +43,7 @@
43
  "problem_type": "single_label_classification",
44
  "roberta": 1,
45
  "torch_dtype": "float32",
46
- "transformers_version": "4.24.0",
47
  "type_vocab_size": 1,
48
  "use_cache": true,
49
  "vocab_size": 88361
 
43
  "problem_type": "single_label_classification",
44
  "roberta": 1,
45
  "torch_dtype": "float32",
46
+ "transformers_version": "4.27.3",
47
  "type_vocab_size": 1,
48
  "use_cache": true,
49
  "vocab_size": 88361
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30424c744541ecb41426315272e86495ad98d1fe91faf5b8b7880b59fe0b8052
3
- size 445564725
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e40307519c66641477b526f9c450ea454e090308cb908cc1eb203558e56211c
3
+ size 445566197
runs/Mar27_06-36-42_5b38888b655a/1679899141.2330747/events.out.tfevents.1679899141.5b38888b655a.3208.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07420f395b3e0c1be66f1df3b0fe041d7ab04d8c4cbbf31cdeb00e47916ae841
3
+ size 5848
runs/Mar27_06-36-42_5b38888b655a/events.out.tfevents.1679899141.5b38888b655a.3208.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ff3d374a9e0d1a39c92bc3cf01870843fe1dce2837d404da776be36a48174e
3
+ size 5009
tokenizer.json CHANGED
@@ -19,48 +19,48 @@
19
  "added_tokens": [
20
  {
21
  "id": 0,
22
- "special": true,
23
  "content": "<s>",
24
  "single_word": false,
25
  "lstrip": false,
26
  "rstrip": false,
27
- "normalized": false
 
28
  },
29
  {
30
  "id": 1,
31
- "special": true,
32
  "content": "<pad>",
33
  "single_word": false,
34
  "lstrip": false,
35
  "rstrip": false,
36
- "normalized": false
 
37
  },
38
  {
39
  "id": 2,
40
- "special": true,
41
  "content": "</s>",
42
  "single_word": false,
43
  "lstrip": false,
44
  "rstrip": false,
45
- "normalized": false
 
46
  },
47
  {
48
  "id": 3,
49
- "special": true,
50
  "content": "<unk>",
51
  "single_word": false,
52
  "lstrip": false,
53
  "rstrip": false,
54
- "normalized": false
 
55
  },
56
  {
57
  "id": 88360,
58
- "special": true,
59
  "content": "<mask>",
60
  "single_word": false,
61
  "lstrip": false,
62
  "rstrip": false,
63
- "normalized": false
 
64
  }
65
  ],
66
  "normalizer": {
 
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
22
  "content": "<s>",
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
+ "normalized": false,
27
+ "special": true
28
  },
29
  {
30
  "id": 1,
 
31
  "content": "<pad>",
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
35
+ "normalized": false,
36
+ "special": true
37
  },
38
  {
39
  "id": 2,
 
40
  "content": "</s>",
41
  "single_word": false,
42
  "lstrip": false,
43
  "rstrip": false,
44
+ "normalized": false,
45
+ "special": true
46
  },
47
  {
48
  "id": 3,
 
49
  "content": "<unk>",
50
  "single_word": false,
51
  "lstrip": false,
52
  "rstrip": false,
53
+ "normalized": false,
54
+ "special": true
55
  },
56
  {
57
  "id": 88360,
 
58
  "content": "<mask>",
59
  "single_word": false,
60
  "lstrip": false,
61
  "rstrip": false,
62
+ "normalized": false,
63
+ "special": true
64
  }
65
  ],
66
  "normalizer": {
tokenizer_config.json CHANGED
@@ -12,7 +12,7 @@
12
  "single_word": false
13
  },
14
  "max_len": 512,
15
- "name_or_path": "rmihaylov/roberta-base-sentiment-bg",
16
  "pad_token": "<pad>",
17
  "sep_token": "</s>",
18
  "sp_model_kwargs": {},
 
12
  "single_word": false
13
  },
14
  "max_len": 512,
15
+ "model_max_length": 512,
16
  "pad_token": "<pad>",
17
  "sep_token": "</s>",
18
  "sp_model_kwargs": {},
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e90b77e63ad2487ccad260d92e9685cdda8ecd2a5d7d5ab8e64a1bb6ae8683a8
3
- size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8238c39470e5aa38e3cee935853dce0d5c89e158d7abe83d4b83588e5753a8c
3
+ size 3579