Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -21,63 +21,63 @@
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
-
"0": "
|
| 25 |
-
"1": "
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
},
|
| 51 |
"initializer_cutoff_factor": 2.0,
|
| 52 |
"initializer_range": 0.02,
|
| 53 |
"intermediate_size": 1152,
|
| 54 |
"label2id": {
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"
|
| 70 |
-
"
|
| 71 |
-
"
|
| 72 |
-
"
|
| 73 |
-
"
|
| 74 |
-
"
|
| 75 |
-
"
|
| 76 |
-
"
|
| 77 |
-
"
|
| 78 |
-
"
|
| 79 |
-
"
|
| 80 |
-
"
|
| 81 |
},
|
| 82 |
"layer_norm_eps": 1e-05,
|
| 83 |
"local_attention": 128,
|
|
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
+
"0": "business-and-industrial",
|
| 25 |
+
"1": "books-and-literature",
|
| 26 |
+
"10": "home-and-garden",
|
| 27 |
+
"11": "adult",
|
| 28 |
+
"12": "science",
|
| 29 |
+
"13": "food-and-drink",
|
| 30 |
+
"14": "real-estate",
|
| 31 |
+
"15": "news",
|
| 32 |
+
"16": "jobs-and-education",
|
| 33 |
+
"17": "health",
|
| 34 |
+
"18": "hobbies-and-leisure",
|
| 35 |
+
"19": "games",
|
| 36 |
+
"2": "beauty-and-fitness",
|
| 37 |
+
"20": "computers-and-electronics",
|
| 38 |
+
"21": "arts-and-entertainment",
|
| 39 |
+
"22": "travel-and-transportation",
|
| 40 |
+
"23": "finance",
|
| 41 |
+
"24": "law-and-government",
|
| 42 |
+
"25": "sensitive-subjects",
|
| 43 |
+
"3": "autos-and-vehicles",
|
| 44 |
+
"4": "people-and-society",
|
| 45 |
+
"5": "sports",
|
| 46 |
+
"6": "shopping",
|
| 47 |
+
"7": "online-communities",
|
| 48 |
+
"8": "pets-and-animals",
|
| 49 |
+
"9": "internet-and-telecom"
|
| 50 |
},
|
| 51 |
"initializer_cutoff_factor": 2.0,
|
| 52 |
"initializer_range": 0.02,
|
| 53 |
"intermediate_size": 1152,
|
| 54 |
"label2id": {
|
| 55 |
+
"adult": "11",
|
| 56 |
+
"arts-and-entertainment": "21",
|
| 57 |
+
"autos-and-vehicles": "3",
|
| 58 |
+
"beauty-and-fitness": "2",
|
| 59 |
+
"books-and-literature": "1",
|
| 60 |
+
"business-and-industrial": "0",
|
| 61 |
+
"computers-and-electronics": "20",
|
| 62 |
+
"finance": "23",
|
| 63 |
+
"food-and-drink": "13",
|
| 64 |
+
"games": "19",
|
| 65 |
+
"health": "17",
|
| 66 |
+
"hobbies-and-leisure": "18",
|
| 67 |
+
"home-and-garden": "10",
|
| 68 |
+
"internet-and-telecom": "9",
|
| 69 |
+
"jobs-and-education": "16",
|
| 70 |
+
"law-and-government": "24",
|
| 71 |
+
"news": "15",
|
| 72 |
+
"online-communities": "7",
|
| 73 |
+
"people-and-society": "4",
|
| 74 |
+
"pets-and-animals": "8",
|
| 75 |
+
"real-estate": "14",
|
| 76 |
+
"science": "12",
|
| 77 |
+
"sensitive-subjects": "25",
|
| 78 |
+
"shopping": "6",
|
| 79 |
+
"sports": "5",
|
| 80 |
+
"travel-and-transportation": "22"
|
| 81 |
},
|
| 82 |
"layer_norm_eps": 1e-05,
|
| 83 |
"local_attention": 128,
|
runs/Jun01_23-23-46_04e92735143f/events.out.tfevents.1748820230.04e92735143f.3305.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15ddcdd46a46fb09efd7b782d36e6b57e14ac54bc6ab77bc4dbd271094b6b31b
|
| 3 |
+
size 7556
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de90677248aab7380cee0fb91b930aebb6458dc5a0479c541fa8b2a3031cc00f
|
| 3 |
size 5432
|