MD-Mushfiqur123 commited on
Commit
1819b71
·
verified ·
1 Parent(s): c3416d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -2
README.md CHANGED
@@ -196,5 +196,51 @@ Users must also comply with the license terms of the upstream base model where a
196
  | Omniscience | 10.0 | Internal |
197
 
198
  > **Disclaimer:** These benchmark results are derived from the Droplychee team's internal evaluation pipeline. Results may vary depending on hardware, inference engine, prompt format, evaluation methodology, and software versions. Independent third-party verification is planned for future releases.
199
- >
200
- >
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  | Omniscience | 10.0 | Internal |
197
 
198
  > **Disclaimer:** These benchmark results are derived from the Droplychee team's internal evaluation pipeline. Results may vary depending on hardware, inference engine, prompt format, evaluation methodology, and software versions. Independent third-party verification is planned for future releases.
199
+
200
+ For the latest documentation, technical reports, and official releases, please visit the official Droplychee GitHub repository.
201
+ https://github.com/DropLychee/droplychee-2.0-40b
202
+
203
+
204
+ droplychee-2.0-40b/
205
+
206
+ ├── README.md
207
+ ├── LICENSE
208
+ ├── MODEL_CARD.md
209
+ ├── TECHNICAL_REPORT.md
210
+ ├── SYSTEM_CARD.md
211
+ ├── EVALUATION.md
212
+ ├── CITATION.cff
213
+ ├── CHANGELOG.md
214
+ ├── CONTRIBUTING.md
215
+ ├── SECURITY.md
216
+ ├── CODE_OF_CONDUCT.md
217
+ ├── docs/
218
+ │ ├── architecture.md
219
+ │ ├── training.md
220
+ │ ├── datasets.md
221
+ │ ├── tokenizer.md
222
+ │ ├── inference.md
223
+ │ ├── benchmarks.md
224
+ │ ├── deployment.md
225
+ │ ├── safety.md
226
+ │ ├── governance.md
227
+ │ └── roadmap.md
228
+ ├── assets/
229
+ │ ├── logo.png
230
+ │ ├── banner.png
231
+ │ ├── architecture.svg
232
+ │ └── benchmark_charts/
233
+ ├── examples/
234
+ │ ├── transformers.py
235
+ │ ├── vllm.py
236
+ │ ├── llama_cpp.py
237
+ │ └── openai_api.py
238
+ ├── scripts/
239
+ │ ├── evaluate.py
240
+ │ ├── benchmark.py
241
+ │ ├── convert_gguf.py
242
+ │ └── export.py
243
+ └── paper/
244
+ ├── Droplychee-2.0-40B_Technical_Report.pdf
245
+ ├── Droplychee-2.0-40B_Technical_Report.md
246
+ └── references.bib