Steamout commited on
Commit
ace7102
1 Parent(s): ee6dc22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -93,10 +93,12 @@ print(outputs[0]["generated_text"][len(prompt):])
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
 
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
+ *mean over 3 random seeds
102
 
103
  ## Training Details
104
  ### Training Procedure