luerhard commited on
Commit
feeaa32
·
1 Parent(s): 4690946

inital commit

Browse files
README.md CHANGED
@@ -3,4 +3,8 @@ license: mit
3
  language:
4
  - de
5
  pipeline_tag: text-classification
6
- ---
 
 
 
 
 
3
  language:
4
  - de
5
  pipeline_tag: text-classification
6
+ ---
7
+
8
+ # PopBERT
9
+
10
+ inital commit
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PopBERT"
4
+ ],
5
+ "model_type": "popbert",
6
+ "num_classes": 4,
7
+ "torch_dtype": "float32",
8
+ "transformers_version": "4.29.2"
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b602ee2fa8553d861f68a2420e5c136b6dca34b5f77a5939417ab075feb06e
3
+ size 1343094965
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
+ "mask_token": "[MASK]",
7
+ "max_len": 512,
8
+ "model_max_length": 512,
9
+ "never_split": null,
10
+ "pad_token": "[PAD]",
11
+ "sep_token": "[SEP]",
12
+ "strip_accents": false,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff