tshasan commited on
Commit
e0f7eb6
·
verified ·
1 Parent(s): c90a07f

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,4 +1,6 @@
1
  {
 
 
2
  "architectures": [
3
  "ModernBertForSequenceClassification"
4
  ],
@@ -68,6 +70,6 @@
68
  "sparse_pred_ignore_index": -100,
69
  "sparse_prediction": false,
70
  "torch_dtype": "float32",
71
- "transformers_version": "4.50.1",
72
  "vocab_size": 50368
73
  }
 
1
  {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "firefoxrecap/URL-TITLE-classifier",
4
  "architectures": [
5
  "ModernBertForSequenceClassification"
6
  ],
 
70
  "sparse_pred_ignore_index": -100,
71
  "sparse_prediction": false,
72
  "torch_dtype": "float32",
73
+ "transformers_version": "4.49.0",
74
  "vocab_size": 50368
75
  }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40a1b18ccd64ba9edcfad872199cba32c5f252741017aafdef78d4e8aa259b1
3
+ size 598834731
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e8f5691a167a02192969793f2696c9f851c6a27054aa561574ec844bc1de29
3
+ size 217674829
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38a2546ff6a0a385db08739e7ecee656b02447d2dfb0192148a9d61c1819838
3
+ size 299607977
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39ef44d4ea00b448fd8b1074841c6fd92a076fecd20a0f317f8c6c8ab75feac
3
+ size 150879636
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb6032d7b758c18a3f34f4322ec67a7221471a31bc72e0f0fe134b626e1b325
3
+ size 224604594
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39ef44d4ea00b448fd8b1074841c6fd92a076fecd20a0f317f8c6c8ab75feac
3
+ size 150879636
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec741f7d6f4b3e718e905b9984f68b596123f425c98d7d2550e3d56fe9628cdf
3
+ size 150879636
quantize_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "modes": [
3
+ "fp16",
4
+ "q8",
5
+ "q4",
6
+ "int8",
7
+ "uint8",
8
+ "bnb4"
9
+ ],
10
+ "per_channel": true,
11
+ "reduce_range": true,
12
+ "block_size": null,
13
+ "is_symmetric": true,
14
+ "accuracy_level": null,
15
+ "quant_type": 1,
16
+ "op_block_list": null
17
+ }
tokenizer_config.json CHANGED
@@ -933,6 +933,7 @@
933
  "cls_token": "[CLS]",
934
  "extra_special_tokens": {},
935
  "mask_token": "[MASK]",
 
936
  "model_input_names": [
937
  "input_ids",
938
  "attention_mask"
@@ -940,6 +941,9 @@
940
  "model_max_length": 1000000000000000019884624838656,
941
  "pad_token": "[PAD]",
942
  "sep_token": "[SEP]",
 
943
  "tokenizer_class": "PreTrainedTokenizer",
 
 
944
  "unk_token": "[UNK]"
945
  }
 
933
  "cls_token": "[CLS]",
934
  "extra_special_tokens": {},
935
  "mask_token": "[MASK]",
936
+ "max_length": 512,
937
  "model_input_names": [
938
  "input_ids",
939
  "attention_mask"
 
941
  "model_max_length": 1000000000000000019884624838656,
942
  "pad_token": "[PAD]",
943
  "sep_token": "[SEP]",
944
+ "stride": 0,
945
  "tokenizer_class": "PreTrainedTokenizer",
946
+ "truncation_side": "right",
947
+ "truncation_strategy": "longest_first",
948
  "unk_token": "[UNK]"
949
  }