Ubuntu commited on
Commit
11dbcfb
1 Parent(s): 9c4cbf7

initial upload

Browse files
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "bert",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 0,
25
+ "position_embedding_type": "absolute",
26
+ "transformers_version": "4.3.2",
27
+ "type_vocab_size": 2,
28
+ "use_cache": true,
29
+ "vocab_size": 30522
30
+ }
eval_results.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ Output: {
2
+ "acc": 0.6205404499115925,
3
+ "r2": 0.6205404499115925
4
+ }
5
+ Output: {
6
+ "acc": 0.7122379620175763,
7
+ "r2": 0.7122379620175763
8
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b68b77c0167485d3787760384021224d7091c268816e7cf39e87bb70cea8cdd
3
+ size 438018958
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "name_or_path": "bert-base-uncased"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89bd9b4daef8af7f5bf354cac866ee2a8299e2f0e987198a6190c69f73251ec0
3
+ size 943
training_args.json ADDED
@@ -0,0 +1 @@
 
1
+ {"model_path": "bert-base-uncased", "output_dir": "finetuned_women_clothing_review/", "data_dir": "./datasets/auto_mm/women_clothing_review", "max_seq_length": 128, "epoch": 5, "local_rank": -1, "task_name": "cloth", "overwrite_cache": false, "learning_rate": 5e-05, "adam_epsilon": 1e-08, "train_batch_size": 16, "eval_batch_size": 64, "weight_decay": 0.1, "num_labels": 1, "train": true, "eval": true, "n_gpu": 1, "device": "cuda"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff