CaseStudent commited on
Commit
ebd89bf
·
verified ·
1 Parent(s): 43e3bb0

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -49,6 +49,6 @@
49
  "sinusoidal_pos_embds": false,
50
  "tie_weights_": true,
51
  "torch_dtype": "float32",
52
- "transformers_version": "4.35.2",
53
  "vocab_size": 30522
54
  }
 
1
  {
2
+ "_name_or_path": "distilbert/distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
49
  "sinusoidal_pos_embds": false,
50
  "tie_weights_": true,
51
  "torch_dtype": "float32",
52
+ "transformers_version": "4.47.1",
53
  "vocab_size": 30522
54
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f2b26afb6f591abaa4a6412657b7f2301a6847ccc653b7b51aa6d1db375d6ab
3
  size 265503852
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3030fafe112e90240fcdf33d9d1f81bf1bcdd05a57d3903d6654d601e3aadbfe
3
  size 265503852
runs/Jan17_18-40-35_412811d4ba3c/events.out.tfevents.1737139235.412811d4ba3c.649.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecaaef60521ebb416de3984a160985a5cc6d3526e9ec9307fdfeb738f4212a69
3
+ size 6042
tokenizer_config.json CHANGED
@@ -41,9 +41,10 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
 
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a35973308f51147b120eeef4671e8b1fd7feb064a6f7d28843086d5bd0d636b
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e38b823b6b74eeaa9332795a8095cd8cdd2bcb61dfaad4672bf967bfc1320921
3
+ size 5368