JosephTK commited on
Commit
c2c09a2
·
1 Parent(s): 23efa34

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Positive",
14
+ "1": "Negative",
15
+ "2": "Amazon",
16
+ "3": "Imdb",
17
+ "4": "Yelp"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Amazon": 2,
23
+ "Imdb": 3,
24
+ "Negative": 1,
25
+ "Positive": 0,
26
+ "Yelp": 4
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
+ "problem_type": "multi_label_classification",
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.29.1",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 30522
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4199ce27dc1b47e09e40923c8477c4a02fc9ea76ff940ab9aab8aed50c6e319d
3
+ size 438017141
runs/May15_16-22-56_15c9f1379f26/1684167783.8360202/events.out.tfevents.1684167783.15c9f1379f26.2743.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84b876894d214751c7cfd120c4644529c1e8dc19867f2ce7a10f94db2a327230
3
+ size 5919
runs/May15_16-22-56_15c9f1379f26/events.out.tfevents.1684167783.15c9f1379f26.2743.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a6db17388e4f54634dabfddd978d3192f7e99888eacda72bff309191ecd08e
3
+ size 4754
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:632ad979875e2685e4c05b2d30fa74b6a1858b8b1acfe05ee352026f0d90eb6b
3
+ size 3899