EndlessRecurrence commited on
Commit
dc0eb62
·
verified ·
1 Parent(s): d051863

Training in progress, step 60

Browse files
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "affirm",
14
+ "1": "bot_challenge",
15
+ "2": "deny",
16
+ "3": "goodbye",
17
+ "4": "greet",
18
+ "5": "mood_great",
19
+ "6": "mood_unhappy",
20
+ "7": "summarize_video_from_url"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "affirm": 0,
26
+ "bot_challenge": 1,
27
+ "deny": 2,
28
+ "goodbye": 3,
29
+ "greet": 4,
30
+ "mood_great": 5,
31
+ "mood_unhappy": 6,
32
+ "summarize_video_from_url": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "bert",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 0,
40
+ "position_embedding_type": "absolute",
41
+ "problem_type": "single_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.38.2",
44
+ "type_vocab_size": 2,
45
+ "use_cache": true,
46
+ "vocab_size": 28996
47
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad19b124563e11057568199d35a9d8fb330ae1304dc3a2142a2dda993ddc8ca
3
+ size 433289224
runs/May03_17-55-27_pop-os/events.out.tfevents.1714748127.pop-os.77976.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061bcb4a61376003b9739379335f7498687ab93a34cb1ff642a81353b4f15b5a
3
+ size 4971
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0407d31194c7b6e324321a09f1bad89b7828100251b0ab36ff7ba650a220f2ca
3
+ size 4920