mlmlmlml commited on
Commit
d024a3a
1 Parent(s): 1ff78bc

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,14 +1,13 @@
1
  {
2
- "_name_or_path": "google/electra-small-discriminator",
 
3
  "architectures": [
4
- "ElectraForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "embedding_size": 128,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 256,
12
  "id2label": {
13
  "0": "sadness",
14
  "1": "joy",
@@ -18,7 +17,6 @@
18
  "5": "surprise"
19
  },
20
  "initializer_range": 0.02,
21
- "intermediate_size": 1024,
22
  "label2id": {
23
  "anger": 3,
24
  "fear": 4,
@@ -27,21 +25,17 @@
27
  "sadness": 0,
28
  "surprise": 5
29
  },
30
- "layer_norm_eps": 1e-12,
31
  "max_position_embeddings": 512,
32
- "model_type": "electra",
33
- "num_attention_heads": 4,
34
- "num_hidden_layers": 12,
35
  "pad_token_id": 0,
36
- "position_embedding_type": "absolute",
37
  "problem_type": "single_label_classification",
38
- "summary_activation": "gelu",
39
- "summary_last_dropout": 0.1,
40
- "summary_type": "first",
41
- "summary_use_proj": true,
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.41.2",
44
- "type_vocab_size": 2,
45
- "use_cache": true,
46
  "vocab_size": 30522
47
  }
 
1
  {
2
+ "_name_or_path": "distilbert/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": "sadness",
13
  "1": "joy",
 
17
  "5": "surprise"
18
  },
19
  "initializer_range": 0.02,
 
20
  "label2id": {
21
  "anger": 3,
22
  "fear": 4,
 
25
  "sadness": 0,
26
  "surprise": 5
27
  },
 
28
  "max_position_embeddings": 512,
29
+ "model_type": "distilbert",
30
+ "n_heads": 12,
31
+ "n_layers": 6,
32
  "pad_token_id": 0,
 
33
  "problem_type": "single_label_classification",
34
+ "qa_dropout": 0.1,
35
+ "seq_classif_dropout": 0.2,
36
+ "sinusoidal_pos_embds": false,
37
+ "tie_weights_": true,
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.41.2",
 
 
40
  "vocab_size": 30522
41
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7e57e6c9ac9d8cabe61f720f1ddaae1d7debeea0ea4f3f64041aab0f872d50c
3
- size 54225312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac73e1fb62549e23d69e6463798f4788cce7fa580e6bfdbe128d17c4608e7737
3
+ size 267844872
runs/Jul02_20-19-20_0929e644167e/events.out.tfevents.1719951561.0929e644167e.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31035645f096239c2bf13d881fd4f722e5656b581b6a9d2ae6d1343fede94534
3
+ size 9017
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -50,6 +50,6 @@
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
- "tokenizer_class": "ElectraTokenizer",
54
  "unk_token": "[UNK]"
55
  }
 
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5936c7e90a2a1c5800979b1697405f0c987b80b53f34faaa703d416e356cd456
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7bfc3b65f08b2ab169c7d49b1633caf814450b8d01d87ecbabeeae7d1cfcfe2
3
  size 5112