melanchthon19 commited on
Commit
78f838d
·
1 Parent(s): 5c7370c

automodel classifier epoch 1

Browse files
Files changed (2) hide show
  1. config.json +37 -4
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,5 +1,38 @@
1
  {
2
- "freeze_params": true,
3
- "model_dir": "/Users/sunpn/.cache/huggingface/hub/models--distilbert-base-uncased/snapshots/12040accade4e8a0f71eabdb258fecc2e7e948be/",
4
- "num_labels": 10
5
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "1.0",
13
+ "1": "2.0",
14
+ "2": "3.0",
15
+ "3": "4.0",
16
+ "4": "5.0"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "1.0": 0,
21
+ "2.0": 1,
22
+ "3.0": 2,
23
+ "4.0": 3,
24
+ "5.0": 4
25
+ },
26
+ "max_position_embeddings": 512,
27
+ "model_type": "distilbert",
28
+ "n_heads": 12,
29
+ "n_layers": 6,
30
+ "pad_token_id": 0,
31
+ "qa_dropout": 0.1,
32
+ "seq_classif_dropout": 0.2,
33
+ "sinusoidal_pos_embds": false,
34
+ "tie_weights_": true,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.49.0",
37
+ "vocab_size": 30522
38
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:358c60ee387a23808f6978be79ab7512b8e96b62a78ce6a9eb40d5eafe69c387
3
- size 265862328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84d48c906767e133227e3cb746e2e28e25d24f4f25bf8c31bfbe77a4e83e21b
3
+ size 267841796