dev commited on
Commit
0ae3606
1 Parent(s): 42481e2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "devtibo/distilbert-base-uncased-three_v2",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -246,6 +246,7 @@
246
  "seq_classif_dropout": 0.2,
247
  "sinusoidal_pos_embds": false,
248
  "tie_weights_": true,
249
- "transformers_version": "4.43.4",
 
250
  "vocab_size": 30522
251
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
246
  "seq_classif_dropout": 0.2,
247
  "sinusoidal_pos_embds": false,
248
  "tie_weights_": true,
249
+ "torch_dtype": "float32",
250
+ "transformers_version": "4.40.1",
251
  "vocab_size": 30522
252
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33550deba16c4269dd5f7227147f90b58479198ab2da84da8ba57942bcef3d94
3
  size 265808384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6668d1297dc382471a486914f742677ec6a83932b8facfde05857bcc1a1cc60f
3
  size 265808384
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36bdcd2a03aeeaa5bfc70aa8f388d10035dff8f4014d8f0a8a24eebe8d614674
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad4c3677b832327550eb5a5134b2791e01eced77170fb745985cbf9195b36532
3
  size 5112