rajpouh2 commited on
Commit
8d485ca
·
verified ·
1 Parent(s): 5ac3161

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,13 +1,12 @@
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 +18,6 @@
19
  "7": "Other"
20
  },
21
  "initializer_range": 0.02,
22
- "intermediate_size": 1024,
23
  "label2id": {
24
  "Business": 1,
25
  "Crime": 4,
@@ -30,21 +28,17 @@
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
  }
 
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
  "7": "Other"
19
  },
20
  "initializer_range": 0.02,
 
21
  "label2id": {
22
  "Business": 1,
23
  "Crime": 4,
 
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d81e5d3da06c7b45a059361f4a8afd3ae4aa221a1e650e338793414dd7afd4ea
3
- size 54227368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f310b10adde9a741fc67db0706d1ab744ddab1c0973df479a394d954f7151f2b
3
+ size 267851024
runs/Apr13_20-06-10_a3d4c392cff1/events.out.tfevents.1744574771.a3d4c392cff1.1040.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec8230ae4264d88db3d1a2cc97f6951873bfea7f1cc6f5ada59b04e30bb0e16b
3
- size 6296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da59cb4047c557052a458ab8072c30e579c017e1a455505d1aa1f39ff803ff7
3
+ size 6973
runs/Apr13_20-30-08_a3d4c392cff1/events.out.tfevents.1744576209.a3d4c392cff1.1040.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da08d97c637b01a4a6af2b72e143b6aa350ffc7872e08424e04c095dd6973c6a
3
+ size 5962
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46f7322917f44ef498271651fb5cfaad78a0574db9580d06bf26ba9312003d42
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7424bc2bf650ad468f3f7caef63f2b1e6e94b487db0b83a93039dfbff2fd493
3
  size 5432