vishalp23 commited on
Commit
f7325e5
1 Parent(s): 39e3a39

New AutoFinetune: run: v0.3.0

Browse files
Files changed (2) hide show
  1. config.json +25 -16
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,33 +1,42 @@
1
  {
2
- "_name_or_path": "acuvity/text-harmful_detection-distilbert_base_uncased-harmful_v4",
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": "safe",
13
  "1": "harmful"
14
  },
15
  "initializer_range": 0.02,
 
 
16
  "label2id": {
17
  "harmful": 1,
18
  "safe": 0
19
  },
 
20
  "max_position_embeddings": 512,
21
- "model_type": "distilbert",
22
- "n_heads": 12,
23
- "n_layers": 6,
 
 
 
24
  "pad_token_id": 0,
 
25
  "problem_type": "single_label_classification",
26
- "qa_dropout": 0.1,
27
- "seq_classif_dropout": 0.2,
28
- "sinusoidal_pos_embds": false,
29
- "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.46.3",
32
- "vocab_size": 30522
 
33
  }
 
1
  {
2
+ "_name_or_path": "acuvity/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": "safe",
18
  "1": "harmful"
19
  },
20
  "initializer_range": 0.02,
21
+ "inner_group_num": 1,
22
+ "intermediate_size": 3072,
23
  "label2id": {
24
  "harmful": 1,
25
  "safe": 0
26
  },
27
+ "layer_norm_eps": 1e-12,
28
  "max_position_embeddings": 512,
29
+ "model_type": "albert",
30
+ "net_structure_type": 0,
31
+ "num_attention_heads": 12,
32
+ "num_hidden_groups": 1,
33
+ "num_hidden_layers": 12,
34
+ "num_memory_blocks": 0,
35
  "pad_token_id": 0,
36
+ "position_embedding_type": "absolute",
37
  "problem_type": "single_label_classification",
 
 
 
 
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.47.0",
40
+ "type_vocab_size": 2,
41
+ "vocab_size": 30000
42
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5895be7acb14b760becf1dceff7917d51f61f6ea6f1a6440beb96d27cad7e6a8
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcba83566ecedc88c6889c5ef9b0755b8e64c8563e365e7d20476651db33d5f9
3
+ size 46743912