everyl12 commited on
Commit
c38fae7
·
1 Parent(s): 26f36e8

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vinai/bertweet-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
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": "Agg",
16
+ "1": "Neu_Acc"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "layer_norm_eps": 1e-05,
21
+ "max_position_embeddings": 130,
22
+ "model_type": "roberta",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 1,
26
+ "position_embedding_type": "absolute",
27
+ "problem_type": "single_label_classification",
28
+ "tokenizer_class": "BertweetTokenizer",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.24.0",
31
+ "type_vocab_size": 1,
32
+ "use_cache": true,
33
+ "vocab_size": 64001
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca269115d8e2b22a37c2a74e0fe87220d36ffe4370aa41fbfc87aa2206445d71
3
+ size 539676341
runs/May15_23-41-28_rtx3090-aurora-r13/1684208494.0066137/events.out.tfevents.1684208494.rtx3090-aurora-r13.58720.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafb5f2009e8abedf5f351a16aae1286d2eb5f95ced752fc210dd91726551632
3
+ size 5481
runs/May15_23-41-28_rtx3090-aurora-r13/events.out.tfevents.1684208494.rtx3090-aurora-r13.58720.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae2402e38423c5ebf4cda29f912693b17257321e366647c9a2ed1b189a04bf1
3
+ size 6173
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f428e845c4efd23479247e1d08788731cdec9cddd847d1302b2a654d76d48f4
3
+ size 3387