Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,8 @@ with tempfile.TemporaryDirectory() as tmp_dir:
|
|
35 |
print(make_table(results, "groups"))
|
36 |
```
|
37 |
|
|
|
|
|
38 |
|
39 |
| Tasks |Version| Filter |n-shot| Metric | |Value | |Stderr|
|
40 |
|------------------|------:|----------------|-----:|-----------|---|-----:|---|-----:|
|
|
|
35 |
print(make_table(results, "groups"))
|
36 |
```
|
37 |
|
38 |
+
Full quantization and eval reproduction code: https://github.com/ModelCloud/GPTQModel/issues/1545#issuecomment-2811997133
|
39 |
+
|
40 |
|
41 |
| Tasks |Version| Filter |n-shot| Metric | |Value | |Stderr|
|
42 |
|------------------|------:|----------------|-----:|-----------|---|-----:|---|-----:|
|