nmthien commited on
Commit
e79f93a
·
verified ·
1 Parent(s): 0049801

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +83 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "Arts_and_Entertainment",
16
+ "1": "Autos_and_Vehicles",
17
+ "2": "Beauty_and_Fitness",
18
+ "3": "Books_and_Literature",
19
+ "4": "Business_and_Industrial",
20
+ "5": "Computers_and_Electronics",
21
+ "6": "Finance",
22
+ "7": "Food_and_Drink",
23
+ "8": "Games",
24
+ "9": "Health",
25
+ "10": "Hobbies_and_Leisure",
26
+ "11": "Home_and_Garden",
27
+ "12": "Internet_and_Telecom",
28
+ "13": "Jobs_and_Education",
29
+ "14": "Law_and_Government",
30
+ "15": "News",
31
+ "16": "Online_Communities",
32
+ "17": "People_and_Society",
33
+ "18": "Pets_and_Animals",
34
+ "19": "Real_Estate",
35
+ "20": "Science",
36
+ "21": "Sensitive_Subjects",
37
+ "22": "Shopping",
38
+ "23": "Sports",
39
+ "24": "Travel_and_Transportation"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "is_decoder": false,
44
+ "label2id": {
45
+ "Arts_and_Entertainment": 0,
46
+ "Autos_and_Vehicles": 1,
47
+ "Beauty_and_Fitness": 2,
48
+ "Books_and_Literature": 3,
49
+ "Business_and_Industrial": 4,
50
+ "Computers_and_Electronics": 5,
51
+ "Finance": 6,
52
+ "Food_and_Drink": 7,
53
+ "Games": 8,
54
+ "Health": 9,
55
+ "Hobbies_and_Leisure": 10,
56
+ "Home_and_Garden": 11,
57
+ "Internet_and_Telecom": 12,
58
+ "Jobs_and_Education": 13,
59
+ "Law_and_Government": 14,
60
+ "News": 15,
61
+ "Online_Communities": 16,
62
+ "People_and_Society": 17,
63
+ "Pets_and_Animals": 18,
64
+ "Real_Estate": 19,
65
+ "Science": 20,
66
+ "Sensitive_Subjects": 21,
67
+ "Shopping": 22,
68
+ "Sports": 23,
69
+ "Travel_and_Transportation": 24
70
+ },
71
+ "layer_norm_eps": 1e-05,
72
+ "max_position_embeddings": 514,
73
+ "model_type": "roberta",
74
+ "num_attention_heads": 12,
75
+ "num_hidden_layers": 12,
76
+ "pad_token_id": 1,
77
+ "problem_type": "single_label_classification",
78
+ "tie_word_embeddings": true,
79
+ "transformers_version": "5.13.1",
80
+ "type_vocab_size": 1,
81
+ "use_cache": false,
82
+ "vocab_size": 50265
83
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9954296d3772158e4cfed85a8d987e1341002b2d592446fb21f761c11b342520
3
+ size 498683572
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57314cd6652b674cdf9d0115ab886c390a1c3a0645aa12c675dfd75bc3d999a9
3
+ size 5201