Navya2703 commited on
Commit
a2fdb61
·
verified ·
1 Parent(s): f257481

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +82 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/scibert_scivocab_uncased",
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": "business-and-industrial",
13
+ "1": "books-and-literature",
14
+ "10": "home-and-garden",
15
+ "11": "adult",
16
+ "12": "science",
17
+ "13": "food-and-drink",
18
+ "14": "real-estate",
19
+ "15": "news",
20
+ "16": "jobs-and-education",
21
+ "17": "health",
22
+ "18": "hobbies-and-leisure",
23
+ "19": "games",
24
+ "2": "beauty-and-fitness",
25
+ "20": "computers-and-electronics",
26
+ "21": "arts-and-entertainment",
27
+ "22": "travel-and-transportation",
28
+ "23": "finance",
29
+ "24": "law-and-government",
30
+ "25": "sensitive-subjects",
31
+ "3": "autos-and-vehicles",
32
+ "4": "people-and-society",
33
+ "5": "sports",
34
+ "6": "shopping",
35
+ "7": "online-communities",
36
+ "8": "pets-and-animals",
37
+ "9": "internet-and-telecom"
38
+ },
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 3072,
41
+ "label2id": {
42
+ "adult": "11",
43
+ "arts-and-entertainment": "21",
44
+ "autos-and-vehicles": "3",
45
+ "beauty-and-fitness": "2",
46
+ "books-and-literature": "1",
47
+ "business-and-industrial": "0",
48
+ "computers-and-electronics": "20",
49
+ "finance": "23",
50
+ "food-and-drink": "13",
51
+ "games": "19",
52
+ "health": "17",
53
+ "hobbies-and-leisure": "18",
54
+ "home-and-garden": "10",
55
+ "internet-and-telecom": "9",
56
+ "jobs-and-education": "16",
57
+ "law-and-government": "24",
58
+ "news": "15",
59
+ "online-communities": "7",
60
+ "people-and-society": "4",
61
+ "pets-and-animals": "8",
62
+ "real-estate": "14",
63
+ "science": "12",
64
+ "sensitive-subjects": "25",
65
+ "shopping": "6",
66
+ "sports": "5",
67
+ "travel-and-transportation": "22"
68
+ },
69
+ "layer_norm_eps": 1e-12,
70
+ "max_position_embeddings": 512,
71
+ "model_type": "bert",
72
+ "num_attention_heads": 12,
73
+ "num_hidden_layers": 12,
74
+ "pad_token_id": 0,
75
+ "position_embedding_type": "absolute",
76
+ "problem_type": "single_label_classification",
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.48.0.dev0",
79
+ "type_vocab_size": 2,
80
+ "use_cache": true,
81
+ "vocab_size": 31090
82
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:192fb9ce13e4614f76584ed1a8593d7ae0f6bd36568e4bd291193eb56c770371
3
+ size 439777368
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c7e2d1bc66c38402fdb83daa4e4ef1e40fda5c451de90bb581210b86c0e6186
3
+ size 5368