sakhan10 commited on
Commit
e8d51ad
·
verified ·
1 Parent(s): 85315ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
 
 
2
  metrics:
3
  - precision
4
  - accuracy
5
- base_model: openlm-research/open_llama_3b_v2
 
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