KPOETA commited on
Commit
06110f2
1 Parent(s): 6c21d73

Training in progress, epoch 10

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "NazaGara/NER-fine-tuned-BETO",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -38,12 +38,11 @@
38
  "model_type": "bert",
39
  "num_attention_heads": 12,
40
  "num_hidden_layers": 12,
41
- "output_past": true,
42
- "pad_token_id": 1,
43
  "position_embedding_type": "absolute",
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.41.2",
46
  "type_vocab_size": 2,
47
  "use_cache": true,
48
- "vocab_size": 31002
49
  }
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
38
  "model_type": "bert",
39
  "num_attention_heads": 12,
40
  "num_hidden_layers": 12,
41
+ "pad_token_id": 0,
 
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
  "transformers_version": "4.41.2",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
+ "vocab_size": 28996
48
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24742ead61cc7e9f8dc19168ed030f69bca67f485c0e68acff9448b3d3d1c82d
3
- size 437092180
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d09adddbf64471a1c77b528e6ceba02a813887629f18f70a0dee1d6a2f16cfe
3
+ size 430929740
runs/Jun06_17-04-52_9aabb8d57518/events.out.tfevents.1717693496.9aabb8d57518.469.14 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04dabfc90aa83e248020923d5ba4c22eec9b1bab8226422111da82974ede6ac1
3
- size 11334
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1a7173a4275477cbfd9489d07b7f66e7e14f773180fb919b600ea7b8c0d4e9
3
+ size 12371
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc0d20b27144391a359e542a2630034e962f1496dfa2cd01bdc35cf703c87796
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b25c697cc968f9894f95943b1c6d6d6d27cadfe9660491e1652f4eaf99896ae
3
  size 5112