shao2011 commited on
Commit
b8fff44
·
verified ·
1 Parent(s): 14aeb2f

Training in progress, epoch 2

Browse files
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cardiffnlp/twitter-roberta-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": "_red_heart_",
16
+ "1": "_smiling_face_with_hearteyes_",
17
+ "2": "_face_with_tears_of_joy_",
18
+ "3": "_two_hearts_",
19
+ "4": "_fire_",
20
+ "5": "_smiling_face_with_smiling_eyes_",
21
+ "6": "_smiling_face_with_sunglasses_",
22
+ "7": "_sparkles_",
23
+ "8": "_blue_heart_",
24
+ "9": "_face_blowing_a_kiss_",
25
+ "10": "_camera_",
26
+ "11": "_United_States_",
27
+ "12": "_sun_",
28
+ "13": "_purple_heart_",
29
+ "14": "_winking_face_",
30
+ "15": "_hundred_points_",
31
+ "16": "_beaming_face_with_smiling_eyes_",
32
+ "17": "_Christmas_tree_",
33
+ "18": "_camera_with_flash_",
34
+ "19": "_winking_face_with_tongue_"
35
+ },
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "layer_norm_eps": 1e-05,
39
+ "max_position_embeddings": 514,
40
+ "model_type": "roberta",
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 12,
43
+ "pad_token_id": 1,
44
+ "position_embedding_type": "absolute",
45
+ "problem_type": "single_label_classification",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.45.1",
48
+ "type_vocab_size": 1,
49
+ "use_cache": true,
50
+ "vocab_size": 50265
51
+ }
logs/events.out.tfevents.1734799458.2a4e4e833988.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f687ce2bf9aa6291a471a8d6c8700f8f7fa8eea3f0939fa85ecc7335bec0b06e
3
+ size 1220074
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2db0b496c5c9ab0ee815974e0b60b834beeeba03b96daa1c1b459413dc3ec0fd
3
+ size 498668192
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed279b803734f28c60215d345876876ffdc6f5f40f02473404a83336f9e00e70
3
+ size 5304