makifcevik commited on
Commit
6a75ec9
·
verified ·
1 Parent(s): 3967d69

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +41 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MobileBertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_activation": false,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 128,
9
+ "hidden_act": "relu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 512,
12
+ "id2label": {
13
+ "LABEL_0": "negative",
14
+ "LABEL_1": "positive"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 512,
18
+ "intra_bottleneck_size": 128,
19
+ "key_query_shared_bottleneck": true,
20
+ "label2id": {
21
+ "negative": 0,
22
+ "positive": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "mobilebert",
27
+ "normalization_type": "no_norm",
28
+ "num_attention_heads": 4,
29
+ "num_feedforward_networks": 4,
30
+ "num_hidden_layers": 24,
31
+ "pad_token_id": 0,
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.51.3",
35
+ "trigram_input": true,
36
+ "true_hidden_size": 128,
37
+ "type_vocab_size": 2,
38
+ "use_bottleneck": true,
39
+ "use_bottleneck_attention": false,
40
+ "vocab_size": 30522
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:136f376ae8b3568a5384dd2d0ed7746f242fc6bdb65bab79e3e540894d0e4cb4
3
+ size 98470112
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f69621aecf7a08f867fee0043d9ee8f500abe3775060b6b17f40f3cfc9663f
3
+ size 5304