KPOETA commited on
Commit
5826a6c
1 Parent(s): faf1388

Training in progress, epoch 1

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:1c99bee85b706ed128ef5ebf4d16d63b95c7343569bad60b6e9704b0ce4fffbc
3
- size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1207d6c56ac6f54439d7a8b104d7a9cedccc0d352820c15c3c26888363867a38
3
+ size 437092180
runs/Jun06_17-16-15_c3cda344e637/events.out.tfevents.1717694179.c3cda344e637.2044.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61815f776c4cbd61c644fd8c639988f69d15bd0a17893bfb048ca937abfb8ed4
3
+ size 5905
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