raulgdp commited on
Commit
ec88984
·
verified ·
1 Parent(s): 82bcd21

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,49 +1,34 @@
1
  {
2
- "_name_or_path": "NazaGara/NER-fine-tuned-BETO",
3
  "architectures": [
4
- "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "O",
14
- "1": "B-PER",
15
- "2": "I-PER",
16
- "3": "B-ORG",
17
- "4": "I-ORG",
18
- "5": "B-LOC",
19
- "6": "I-LOC",
20
- "7": "B-MISC",
21
- "8": "I-MISC"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
- "label2id": {
26
- "B-LOC": 5,
27
- "B-MISC": 7,
28
- "B-ORG": 3,
29
- "B-PER": 1,
30
- "I-LOC": 6,
31
- "I-MISC": 8,
32
- "I-ORG": 4,
33
- "I-PER": 2,
34
- "O": 0
35
- },
36
- "layer_norm_eps": 1e-12,
37
- "max_position_embeddings": 512,
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.40.2",
46
- "type_vocab_size": 2,
47
  "use_cache": true,
48
- "vocab_size": 31002
49
  }
 
1
  {
2
+ "_name_or_path": "roberta-base",
3
  "architectures": [
4
+ "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
  "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "World",
15
+ "1": "Sports",
16
+ "2": "Business",
17
+ "3": "Sci/Tech"
 
 
 
 
 
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
+ "layer_norm_eps": 1e-05,
22
+ "max_position_embeddings": 514,
23
+ "model_type": "roberta",
 
 
 
 
 
 
 
 
 
 
 
24
  "num_attention_heads": 12,
25
  "num_hidden_layers": 12,
 
26
  "pad_token_id": 1,
27
  "position_embedding_type": "absolute",
28
+ "problem_type": "single_label_classification",
29
  "torch_dtype": "float32",
30
+ "transformers_version": "4.41.1",
31
+ "type_vocab_size": 1,
32
  "use_cache": true,
33
+ "vocab_size": 50265
34
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ee23b210df83ffc1dac912b6a7edef11bf0147309f11ecae0c1a8153fc89f12
3
- size 437092180
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d96c5089ced5e56e503ff6e9a7f01977c816cdfa37e5c86b2b4738867452d74
3
+ size 498618976
runs/May23_22-28-11_raul-MS-7B98/events.out.tfevents.1716521296.raul-MS-7B98.11594.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95b14653d69623292bbd34452d040ecaf8e1e600b834cdc8d1db29206d19c70
3
+ size 11529
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:390038fe87c8d4101dbf69f527dcff1f9d740fddd8a6ab8d64125d4d1dc64146
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ffe2913de08b805188ed9f675dbd274993e980802bb6b6a104f069e08e442fb
3
+ size 4667