Steamout commited on
Commit
ee6dc22
1 Parent(s): 017e081

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -93,10 +93,10 @@ print(outputs[0]["generated_text"][len(prompt):])
93
 
94
  ## Evaluation
95
 
96
- | Model | #Parameter | Qunatized? | Logikor |
97
- |:-----------------------------:|:----------:|------------|:-------:|
98
- | AkaLlama-llama3-70b-v0.1 | 70B | No | 0.0 |
99
- | AkaLlama-llama3-70b-v0.1-GGUF | 70B | Yes | 0.0 |
100
 
101
  ## Training Details
102
  ### Training Procedure
 
93
 
94
  ## Evaluation
95
 
96
+ | Model | #Parameter | Qunatized? | LogicKor |
97
+ |:--------------------------------:|:----------:|------------|:--------:|
98
+ | AkaLlama-llama3-70b-v0.1-GGUF.Q4 | 70B | 4bit | 6.56 |
99
+ | AkaLlama-llama3-70b-v0.1-GGUF.Q8 | 70B | 8bit | 6.34 |
100
 
101
  ## Training Details
102
  ### Training Procedure