hh2017 commited on
Commit
d3ffb36
1 Parent(s): 575f449

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -2,8 +2,19 @@
2
  language:
3
  - ar
4
  - en
5
- pipeline_tag: text-generation
 
 
6
  ---
 
 
 
 
 
 
 
 
 
7
  <!-- README_GPTQ.md-use-from-python start -->
8
  ## How to use this GPTQ model from Python code
9
 
@@ -17,7 +28,9 @@ pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-
17
  ```
18
 
19
  ### You can then generate a simple gradioweb with_quant.py
20
- '''python
 
21
  python web_quant.py --model-name ${model-path}
22
- '''
23
 
 
 
 
2
  language:
3
  - ar
4
  - en
5
+ model_name: AceGPT 7B Chat
6
+ model_type: AceGPT
7
+ quantized_by: FreedomIntelligence
8
  ---
9
+
10
+ <!-- description start -->
11
+ ## Description
12
+
13
+ This repo contains GPTQ model files for [AceGPT 2 7B Chat](https://huggingface.co/FreedomIntelligence/AceGPT-7B-chat).
14
+
15
+
16
+ <!-- description end -->
17
+
18
  <!-- README_GPTQ.md-use-from-python start -->
19
  ## How to use this GPTQ model from Python code
20
 
 
28
  ```
29
 
30
  ### You can then generate a simple gradioweb with_quant.py
31
+
32
+ ```bash
33
  python web_quant.py --model-name ${model-path}
 
34
 
35
+ ```
36
+ <!-- README_GPTQ.md-use-from-python end -->