medhabi commited on
Commit
925ecf0
1 Parent(s): f38477b

Training in progress epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BERTTextToRating"
4
+ ],
5
+ "block_type": "bottleneck",
6
+ "layers": [
7
+ 758
8
+ ],
9
+ "model_type": "text-to-rating",
10
+ "num_classes": 5,
11
+ "torch_dtype": "float32",
12
+ "transformers_version": "4.17.0"
13
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:023b147bf59c5007a31d367591f5c24980200191dc85346342c8b4a96fe41e5a
3
+ size 265506677
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.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "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, "special_tokens_map_file": null, "name_or_path": "medhabi/distilbert-base-uncased-mlm-ta-local", "tokenizer_class": "DistilBertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff