Upload folder using huggingface_hub
Browse files- config.json +15 -0
- model.safetensors +2 -2
config.json
CHANGED
@@ -37,6 +37,21 @@
|
|
37 |
"pad_token_id": 0,
|
38 |
"position_embedding_type": "absolute",
|
39 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
"torch_dtype": "float16",
|
41 |
"transformers_version": "4.41.1",
|
42 |
"type_vocab_size": 2,
|
|
|
37 |
"pad_token_id": 0,
|
38 |
"position_embedding_type": "absolute",
|
39 |
"problem_type": "single_label_classification",
|
40 |
+
"quantization_config": {
|
41 |
+
"_load_in_4bit": false,
|
42 |
+
"_load_in_8bit": true,
|
43 |
+
"bnb_4bit_compute_dtype": "float32",
|
44 |
+
"bnb_4bit_quant_storage": "uint8",
|
45 |
+
"bnb_4bit_quant_type": "fp4",
|
46 |
+
"bnb_4bit_use_double_quant": false,
|
47 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
48 |
+
"llm_int8_has_fp16_weight": false,
|
49 |
+
"llm_int8_skip_modules": null,
|
50 |
+
"llm_int8_threshold": 6.0,
|
51 |
+
"load_in_4bit": false,
|
52 |
+
"load_in_8bit": true,
|
53 |
+
"quant_method": "bitsandbytes"
|
54 |
+
},
|
55 |
"torch_dtype": "float16",
|
56 |
"transformers_version": "4.41.1",
|
57 |
"type_vocab_size": 2,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f89c5d81cd1c5e0b9615df151965fb80737f088506c7b094f9c6138bbe20e319
|
3 |
+
size 133825319
|