elinas commited on
Commit
95c07e1
1 Parent(s): a6a414e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ The goal was to make a "mid" sized model like Meta has released in the past and
19
 
20
  The model was finetuned on **8192 context length** and is likely reliable using RoPE up to 32k.
21
 
22
- It still cannot do math reliably; neither can Llama-3-8B, and in my tests only Llama-3-70B passes basic arithmetic, but it a better storywriter/RP than Llama-3-8B from some side by side testing I conducted.
23
 
24
  Further finetuning this model or finetuning the [base model](https://huggingface.co/elinas/Llama-3-13B-Instruct) on more samples is encouraged.
25
 
 
19
 
20
  The model was finetuned on **8192 context length** and is likely reliable using RoPE up to 32k.
21
 
22
+ It still cannot do math reliably; neither can Llama-3-8B, and in my tests only Llama-3-70B passes basic arithmetic, but it is a better storywriter/RP than Llama-3-8B from some side by side testing I conducted.
23
 
24
  Further finetuning this model or finetuning the [base model](https://huggingface.co/elinas/Llama-3-13B-Instruct) on more samples is encouraged.
25