NPCProgrammer commited on
Commit
4ce2de9
1 Parent(s): 4527797

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,13 +1,18 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
 
 
 
 
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
@@ -17,6 +22,8 @@
17
  "5": "LABEL_5"
18
  },
19
  "initializer_range": 0.02,
 
 
20
  "label2id": {
21
  "LABEL_0": 0,
22
  "LABEL_1": 1,
@@ -25,17 +32,19 @@
25
  "LABEL_4": 4,
26
  "LABEL_5": 5
27
  },
 
28
  "max_position_embeddings": 512,
29
- "model_type": "distilbert",
30
- "n_heads": 12,
31
- "n_layers": 6,
 
 
 
32
  "pad_token_id": 0,
 
33
  "problem_type": "single_label_classification",
34
- "qa_dropout": 0.1,
35
- "seq_classif_dropout": 0.2,
36
- "sinusoidal_pos_embds": false,
37
- "tie_weights_": true,
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.38.2",
40
- "vocab_size": 30522
 
41
  }
 
1
  {
2
+ "_name_or_path": "albert-base-v2",
 
3
  "architectures": [
4
+ "AlbertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0,
7
+ "bos_token_id": 2,
8
+ "classifier_dropout_prob": 0.1,
9
+ "down_scale_factor": 1,
10
+ "embedding_size": 128,
11
+ "eos_token_id": 3,
12
+ "gap_size": 0,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0,
15
+ "hidden_size": 768,
16
  "id2label": {
17
  "0": "LABEL_0",
18
  "1": "LABEL_1",
 
22
  "5": "LABEL_5"
23
  },
24
  "initializer_range": 0.02,
25
+ "inner_group_num": 1,
26
+ "intermediate_size": 3072,
27
  "label2id": {
28
  "LABEL_0": 0,
29
  "LABEL_1": 1,
 
32
  "LABEL_4": 4,
33
  "LABEL_5": 5
34
  },
35
+ "layer_norm_eps": 1e-12,
36
  "max_position_embeddings": 512,
37
+ "model_type": "albert",
38
+ "net_structure_type": 0,
39
+ "num_attention_heads": 12,
40
+ "num_hidden_groups": 1,
41
+ "num_hidden_layers": 12,
42
+ "num_memory_blocks": 0,
43
  "pad_token_id": 0,
44
+ "position_embedding_type": "absolute",
45
  "problem_type": "single_label_classification",
 
 
 
 
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.38.2",
48
+ "type_vocab_size": 2,
49
+ "vocab_size": 30000
50
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9120426463e2c47a816a6cbbb7757350e3274a1199dc58f95bc75e2bba4488f
3
- size 267844872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a4fb4121a149f4048e1c2dd87ecc3ec0267c6e2f13e447c56830de74cacd415
3
+ size 46756216
runs/Mar11_03-19-39_ec0f357ed92c/events.out.tfevents.1710127199.ec0f357ed92c.1142.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b05056e18b53756c05368be51e75a9148e9825a91e26156de04b90f512734cc3
3
- size 8375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5afb2e034b4d12318717e7399c07fb461e9372d230dad5eb68e67a3ef610e164
3
+ size 8909
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42cb9ab85c2a840f47a1a4ea0a41298b720b91f17578d6fa12fa811c7e3eefc6
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b971d46c9e772e332c04ec73889b59da6d5e1b7bb456bdaeae20f555c12af4fb
3
+ size 4856