Training in progress, epoch 3
Browse files- config.json +48 -0
- logs/events.out.tfevents.1734799356.2e619687ea16.23.0 +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Twitter/twhin-bert-base",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "_red_heart_",
|
13 |
+
"1": "_smiling_face_with_hearteyes_",
|
14 |
+
"2": "_face_with_tears_of_joy_",
|
15 |
+
"3": "_two_hearts_",
|
16 |
+
"4": "_fire_",
|
17 |
+
"5": "_smiling_face_with_smiling_eyes_",
|
18 |
+
"6": "_smiling_face_with_sunglasses_",
|
19 |
+
"7": "_sparkles_",
|
20 |
+
"8": "_blue_heart_",
|
21 |
+
"9": "_face_blowing_a_kiss_",
|
22 |
+
"10": "_camera_",
|
23 |
+
"11": "_United_States_",
|
24 |
+
"12": "_sun_",
|
25 |
+
"13": "_purple_heart_",
|
26 |
+
"14": "_winking_face_",
|
27 |
+
"15": "_hundred_points_",
|
28 |
+
"16": "_beaming_face_with_smiling_eyes_",
|
29 |
+
"17": "_Christmas_tree_",
|
30 |
+
"18": "_camera_with_flash_",
|
31 |
+
"19": "_winking_face_with_tongue_"
|
32 |
+
},
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"intermediate_size": 3072,
|
35 |
+
"layer_norm_eps": 1e-12,
|
36 |
+
"max_position_embeddings": 512,
|
37 |
+
"model_type": "bert",
|
38 |
+
"num_attention_heads": 12,
|
39 |
+
"num_hidden_layers": 12,
|
40 |
+
"pad_token_id": 0,
|
41 |
+
"position_embedding_type": "relative_key",
|
42 |
+
"problem_type": "single_label_classification",
|
43 |
+
"torch_dtype": "float32",
|
44 |
+
"transformers_version": "4.45.1",
|
45 |
+
"type_vocab_size": 2,
|
46 |
+
"use_cache": true,
|
47 |
+
"vocab_size": 250002
|
48 |
+
}
|
logs/events.out.tfevents.1734799356.2e619687ea16.23.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdc82a9de8cc6db2b25e4a6acc3f0e724af382ac42dd3d418a9d27a1acea8215
|
3 |
+
size 1830166
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c022d113ce8d78e8a7b58e5440aee3e53f9f412a6409535489264f8487dbadb
|
3 |
+
size 1115401000
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aff665f06493403f07493fd3f46c68ecd6cc672fc4581d97e77200d60880d33
|
3 |
+
size 5304
|