bullerwins commited on
Commit
3182945
·
verified ·
1 Parent(s): 3909f47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,8 +1,14 @@
1
  ---
2
  license: llama3.1
3
- base_model: meta-llama/Meta-Llama-3.1-70B-Instruct
4
  pipeline_tag: text-generation
5
  ---
 
 
 
 
 
 
6
  # Reflection Llama-3.1 70B
7
 
8
  **Reflection Llama-3.1 70B is (currently) the world's top open-source LLM, trained with a new technique called Reflection-Tuning that teaches a LLM to detect mistakes in its reasoning and correct course.**
 
1
  ---
2
  license: llama3.1
3
+ base_model: mattshumer/Reflection-Llama-3.1-70B
4
  pipeline_tag: text-generation
5
  ---
6
+
7
+ GGUF quantized version with llama.cpp
8
+
9
+ Original model [mattshumer/Reflection-Llama-3.1-70B](https://huggingface.co/mattshumer/Reflection-Llama-3.1-70B)
10
+
11
+
12
  # Reflection Llama-3.1 70B
13
 
14
  **Reflection Llama-3.1 70B is (currently) the world's top open-source LLM, trained with a new technique called Reflection-Tuning that teaches a LLM to detect mistakes in its reasoning and correct course.**