Rizzler-gyatt-69 commited on
Commit
7a717ad
1 Parent(s): 141e0bb

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +3 -2
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -35,6 +35,7 @@
35
  "model_type": "distilbert",
36
  "n_heads": 12,
37
  "n_layers": 6,
 
38
  "pad_token_id": 0,
39
  "qa_dropout": 0.1,
40
  "seq_classif_dropout": 0.2,
@@ -42,5 +43,5 @@
42
  "tie_weights_": true,
43
  "torch_dtype": "float32",
44
  "transformers_version": "4.46.2",
45
- "vocab_size": 30522
46
  }
 
1
  {
2
+ "_name_or_path": "distilbert/distilbert-base-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
35
  "model_type": "distilbert",
36
  "n_heads": 12,
37
  "n_layers": 6,
38
+ "output_past": true,
39
  "pad_token_id": 0,
40
  "qa_dropout": 0.1,
41
  "seq_classif_dropout": 0.2,
 
43
  "tie_weights_": true,
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.46.2",
46
+ "vocab_size": 28996
47
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7011a328783698e11847b625c61343a8eacfea1280e37ddaef7c9c35bd7ed262
3
- size 265491548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1798cc029b1393a1e237ad0d956122a265e1c227366ed9d630dd25aa41dbd7c7
3
+ size 260803668
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c3ba8170258e8404c1bd099a7f0ea30917ea0be70542875ae1d3f633dfce0b7
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0352bd9990e56ea07c38d7fe28ab008d0764f07c44bca28d3cb73781ca5cbe0c
3
  size 5304