ATL1978 commited on
Commit
35a2079
·
verified ·
1 Parent(s): e68ff73

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +44 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "sadness",
15
+ "1": "joy",
16
+ "2": "love",
17
+ "3": "anger",
18
+ "4": "fear",
19
+ "5": "surprise"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "anger": 3,
24
+ "fear": 4,
25
+ "joy": 1,
26
+ "love": 2,
27
+ "sadness": 0,
28
+ "surprise": 5
29
+ },
30
+ "max_position_embeddings": 512,
31
+ "model_type": "distilbert",
32
+ "n_heads": 12,
33
+ "n_layers": 6,
34
+ "pad_token_id": 0,
35
+ "problem_type": "single_label_classification",
36
+ "qa_dropout": 0.1,
37
+ "seq_classif_dropout": 0.2,
38
+ "sinusoidal_pos_embds": false,
39
+ "tie_weights_": true,
40
+ "tie_word_embeddings": true,
41
+ "transformers_version": "5.0.0",
42
+ "use_cache": false,
43
+ "vocab_size": 30522
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c28492938772c2477c1bee8989a5d6d32c7f16569f056cf653d70bcd0148f3d1
3
+ size 267844872
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb7cd9771b8a52805693611b64e2a96628f060ab1f75c3e4462ad8e3d18fef1
3
+ size 5201