Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
|
2 |
|
3 |
#问答效果:
|
@@ -55,4 +58,4 @@ model.quantize(tokenizer, quant_config=quant_config)
|
|
55 |
# Save quantized model
|
56 |
model.save_quantized(quant_path)
|
57 |
tokenizer.save_pretrained(quant_path)
|
58 |
-
```
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
---
|
4 |
|
5 |
|
6 |
#问答效果:
|
|
|
58 |
# Save quantized model
|
59 |
model.save_quantized(quant_path)
|
60 |
tokenizer.save_pretrained(quant_path)
|
61 |
+
```
|