Noodle-bg commited on
Commit
12a57de
1 Parent(s): a191bdd

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +71 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "alt.atheism",
14
+ "1": "comp.graphics",
15
+ "2": "comp.os.ms-windows.misc",
16
+ "3": "comp.sys.ibm.pc.hardware",
17
+ "4": "comp.sys.mac.hardware",
18
+ "5": "comp.windows.x",
19
+ "6": "misc.forsale",
20
+ "7": "rec.autos",
21
+ "8": "rec.motorcycles",
22
+ "9": "rec.sport.baseball",
23
+ "10": "rec.sport.hockey",
24
+ "11": "sci.crypt",
25
+ "12": "sci.electronics",
26
+ "13": "sci.med",
27
+ "14": "sci.space",
28
+ "15": "soc.religion.christian",
29
+ "16": "talk.politics.guns",
30
+ "17": "talk.politics.mideast",
31
+ "18": "talk.politics.misc",
32
+ "19": "talk.religion.misc"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "alt.atheism": 0,
38
+ "comp.graphics": 1,
39
+ "comp.os.ms-windows.misc": 2,
40
+ "comp.sys.ibm.pc.hardware": 3,
41
+ "comp.sys.mac.hardware": 4,
42
+ "comp.windows.x": 5,
43
+ "misc.forsale": 6,
44
+ "rec.autos": 7,
45
+ "rec.motorcycles": 8,
46
+ "rec.sport.baseball": 9,
47
+ "rec.sport.hockey": 10,
48
+ "sci.crypt": 11,
49
+ "sci.electronics": 12,
50
+ "sci.med": 13,
51
+ "sci.space": 14,
52
+ "soc.religion.christian": 15,
53
+ "talk.politics.guns": 16,
54
+ "talk.politics.mideast": 17,
55
+ "talk.politics.misc": 18,
56
+ "talk.religion.misc": 19
57
+ },
58
+ "layer_norm_eps": 1e-12,
59
+ "max_position_embeddings": 512,
60
+ "model_type": "bert",
61
+ "num_attention_heads": 12,
62
+ "num_hidden_layers": 12,
63
+ "pad_token_id": 0,
64
+ "position_embedding_type": "absolute",
65
+ "problem_type": "single_label_classification",
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.36.2",
68
+ "type_vocab_size": 2,
69
+ "use_cache": true,
70
+ "vocab_size": 30522
71
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2caac280230100ef4c69c6a8313d508ce1a23a291f7daa7c4a30934384f65cf
3
+ size 438014016
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a1725de4460f40be23e7c8d2299a926d7461eda904bd686cf378da6dc12bb1a
3
+ size 4664