Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
|
|
|
|
2 |
metrics:
|
3 |
- precision
|
4 |
- accuracy
|
5 |
-
|
|
|
6 |
---
|
7 |
# Model Card for Model ID
|
8 |
|
|
|
1 |
---
|
2 |
+
#I have tried Quantizing an open source Open-Llama Float 32 model to INT8 and reduced the size. Now I want to check if there is any improvement in the average score.
|
3 |
+
base_model: openlm-research/open_llama_3b_v2
|
4 |
metrics:
|
5 |
- precision
|
6 |
- accuracy
|
7 |
+
task:
|
8 |
+
- Text-generation
|
9 |
---
|
10 |
# Model Card for Model ID
|
11 |
|