juntaoyuan commited on
Commit
99cdd57
1 Parent(s): 83e4c38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -53,3 +53,5 @@ How do I run AI workloads in serverless functions?
53
  [ASSISTANT]:
54
  You can use Wasm to run AI workloads in serverless functions. WasmEdge supports running AI workloads using the WASI-NN interface.
55
  ```
 
 
 
53
  [ASSISTANT]:
54
  You can use Wasm to run AI workloads in serverless functions. WasmEdge supports running AI workloads using the WASI-NN interface.
55
  ```
56
+
57
+ > The `llama-2-7b-chat-wasm-overfit-q5_k_m.gguf` file is the fine-tuned model at epoch 25. It has a training loss of 0.03, and is probably over-fitted. You can try the above questions and see it give poor answers. We believe that training loss at 0.05 to 0.1 is optimal for this model.