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

Training in progress, epoch 3

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -38,11 +38,12 @@
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
  }
 
1
  {
2
+ "_name_or_path": "NazaGara/NER-fine-tuned-BETO",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2e7da529d1f18ac64f208206441c4f5950e6bec2d9eb45c35697852da40f28d
3
- size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24742ead61cc7e9f8dc19168ed030f69bca67f485c0e68acff9448b3d3d1c82d
3
+ size 437092180
runs/Jun06_17-16-15_c3cda344e637/events.out.tfevents.1717694179.c3cda344e637.2044.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7be8e9132246153fcda4fdbd1177875c24e7ff94095e021c813f766e9604addc
3
- size 6588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66e7967cc0217088cc6e3651125ace41b2fb56ec7145eed6da21e3906777572f
3
+ size 7271
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
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
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b25c697cc968f9894f95943b1c6d6d6d27cadfe9660491e1652f4eaf99896ae
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc0d20b27144391a359e542a2630034e962f1496dfa2cd01bdc35cf703c87796
3
  size 5112