NPCProgrammer commited on
Commit
8beaaad
·
verified ·
1 Parent(s): 153902c

Training in progress, step 100

Browse files
config.json CHANGED
@@ -1,25 +1,34 @@
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
  "initializer_range": 0.02,
 
 
 
12
  "max_position_embeddings": 512,
13
- "model_type": "distilbert",
14
- "n_heads": 12,
15
- "n_layers": 6,
 
 
 
16
  "pad_token_id": 0,
 
17
  "problem_type": "single_label_classification",
18
- "qa_dropout": 0.1,
19
- "seq_classif_dropout": 0.2,
20
- "sinusoidal_pos_embds": false,
21
- "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.38.2",
24
- "vocab_size": 30522
 
25
  }
 
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
  "initializer_range": 0.02,
17
+ "inner_group_num": 1,
18
+ "intermediate_size": 3072,
19
+ "layer_norm_eps": 1e-12,
20
  "max_position_embeddings": 512,
21
+ "model_type": "albert",
22
+ "net_structure_type": 0,
23
+ "num_attention_heads": 12,
24
+ "num_hidden_groups": 1,
25
+ "num_hidden_layers": 12,
26
+ "num_memory_blocks": 0,
27
  "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
  "problem_type": "single_label_classification",
 
 
 
 
30
  "torch_dtype": "float32",
31
  "transformers_version": "4.38.2",
32
+ "type_vocab_size": 2,
33
+ "vocab_size": 30000
34
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25995e26a684bb65f9fe45c256b18c35eb06c163178f0fe769fe918496f6e7b2
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550603860047985b1421e9e2a8c2412d94075483e7bc11cb7c52a597facc071c
3
+ size 46743912
runs/Mar11_03-49-10_ec0f357ed92c/events.out.tfevents.1710128957.ec0f357ed92c.1142.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deecbb959d64deef6b70cb43d34cf184dfb49ce40b94c6316d47b4e96409406c
3
+ size 5318
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d39cb6215a57c7ae39b65486893a44d0cc98d26a28770e5fd1a276ac01290a93
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a3340226d4e646979a4c29c86b395f9bc996f56c1b4aa544d48692e31ffabaf
3
+ size 4856