rajpouh2 commited on
Commit
5ac3161
·
verified ·
1 Parent(s): 76b4c9b

Training in progress, step 189

Browse files
config.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
- "activation": "gelu",
3
  "architectures": [
4
- "DistilBertForSequenceClassification"
5
  ],
6
- "attention_dropout": 0.1,
7
- "dim": 768,
8
- "dropout": 0.1,
9
- "hidden_dim": 3072,
 
 
10
  "id2label": {
11
  "0": "Politics",
12
  "1": "Business",
@@ -18,6 +19,7 @@
18
  "7": "Other"
19
  },
20
  "initializer_range": 0.02,
 
21
  "label2id": {
22
  "Business": 1,
23
  "Crime": 4,
@@ -28,17 +30,21 @@
28
  "Science & Technology": 2,
29
  "Weather & Environment": 6
30
  },
 
31
  "max_position_embeddings": 512,
32
- "model_type": "distilbert",
33
- "n_heads": 12,
34
- "n_layers": 6,
35
  "pad_token_id": 0,
 
36
  "problem_type": "single_label_classification",
37
- "qa_dropout": 0.1,
38
- "seq_classif_dropout": 0.2,
39
- "sinusoidal_pos_embds": false,
40
- "tie_weights_": true,
41
  "torch_dtype": "float32",
42
  "transformers_version": "4.50.3",
 
 
43
  "vocab_size": 30522
44
  }
 
1
  {
 
2
  "architectures": [
3
+ "ElectraForSequenceClassification"
4
  ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "embedding_size": 128,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 256,
11
  "id2label": {
12
  "0": "Politics",
13
  "1": "Business",
 
19
  "7": "Other"
20
  },
21
  "initializer_range": 0.02,
22
+ "intermediate_size": 1024,
23
  "label2id": {
24
  "Business": 1,
25
  "Crime": 4,
 
30
  "Science & Technology": 2,
31
  "Weather & Environment": 6
32
  },
33
+ "layer_norm_eps": 1e-12,
34
  "max_position_embeddings": 512,
35
+ "model_type": "electra",
36
+ "num_attention_heads": 4,
37
+ "num_hidden_layers": 12,
38
  "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
  "problem_type": "single_label_classification",
41
+ "summary_activation": "gelu",
42
+ "summary_last_dropout": 0.1,
43
+ "summary_type": "first",
44
+ "summary_use_proj": true,
45
  "torch_dtype": "float32",
46
  "transformers_version": "4.50.3",
47
+ "type_vocab_size": 2,
48
+ "use_cache": true,
49
  "vocab_size": 30522
50
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29b3f9bad24a4e89def9085965fee803a0996cb300070daca64e1fc929ebc873
3
- size 267851024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81e5d3da06c7b45a059361f4a8afd3ae4aa221a1e650e338793414dd7afd4ea
3
+ size 54227368
runs/Apr13_20-06-10_a3d4c392cff1/events.out.tfevents.1744574771.a3d4c392cff1.1040.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec8230ae4264d88db3d1a2cc97f6951873bfea7f1cc6f5ada59b04e30bb0e16b
3
+ size 6296
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb034d6548daf57cc08c5d2d8fda6807f563fb55b89031f35a4da59b5ecafc36
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f7322917f44ef498271651fb5cfaad78a0574db9580d06bf26ba9312003d42
3
  size 5432