TirkNork commited on
Commit
96b23fb
·
1 Parent(s): 0d555a9

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,38 +1,33 @@
1
  {
2
- "_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
 
3
  "architectures": [
4
- "CamembertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "eos_token_id": 2,
10
- "gradient_checkpointing": false,
11
- "hidden_act": "gelu",
12
- "hidden_dropout_prob": 0.1,
13
- "hidden_size": 768,
14
  "id2label": {
15
  "0": "Request",
16
  "1": "Neutral"
17
  },
18
  "initializer_range": 0.02,
19
- "intermediate_size": 3072,
20
  "label2id": {
21
  "Neutral": 1,
22
  "Request": 0
23
  },
24
- "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
26
- "model_type": "camembert",
27
- "num_attention_head": 12,
28
- "num_attention_heads": 12,
29
- "num_hidden_layers": 12,
30
- "pad_token_id": 1,
31
- "position_embedding_type": "absolute",
32
  "problem_type": "single_label_classification",
 
 
 
 
33
  "torch_dtype": "float32",
34
  "transformers_version": "4.29.1",
35
- "type_vocab_size": 1,
36
- "use_cache": true,
37
- "vocab_size": 25005
38
  }
 
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": "Request",
13
  "1": "Neutral"
14
  },
15
  "initializer_range": 0.02,
 
16
  "label2id": {
17
  "Neutral": 1,
18
  "Request": 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.29.1",
32
+ "vocab_size": 30522
 
 
33
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:721852c5d35177c05942235cd1ab21c12400ecc99164304339652efe98e47747
3
- size 421057205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a65c1266d828104a3a93c5bf15f3da35bec5592b9aafb658d9a2df1a071e4b
3
+ size 267855533
runs/May16_09-57-58_1fa9487fce68/1684231081.2639241/events.out.tfevents.1684231081.1fa9487fce68.53926.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ee03c02cd6ab5e89d711d702d5e0b839cf17d461e4645c19d5dfbbf8abe2b39
3
+ size 5943
runs/May16_09-57-58_1fa9487fce68/events.out.tfevents.1684231081.1fa9487fce68.53926.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a3a02954cb3c00577dab62194a7a19f631335804fd7cea5bb86b3b4a1009e9
3
+ size 4362
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e9ea6da351db794c2c892ceeafffe93c07a52c0e894fcc5ef8995ccb4e7eba7
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:155f9c09bb54102df069a1b96f680346df858a2c6d0f81c6c0e94a2b812835f0
3
  size 3963