We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85ec8c commit b6a395eCopy full SHA for b6a395e
1 file changed
2_open_source_models/README.md
@@ -21,7 +21,7 @@ model-specific setup.
21
│ └── mistral7b/
22
│
23
└── slm/
24
- ├── google_gemm/
+ ├── google_gemma/
25
└── qwen/
26
```
27
@@ -77,7 +77,7 @@ A strong example of how quantization enables
77
78
### **3. Small Language Model (SLM): Google Gemma 2-2B**
79
80
-**Folder:** `slm/google_gemm/`
+**Folder:** `slm/google_gemma/`
81
82
This experiment implements a structured RAG workflow with Google’s lightweight
83
**Gemma 2-2B** model and a fixed Apollo 11 source text.
0 commit comments