thirteenbit
commited on
Commit
•
19fe549
1
Parent(s):
6ee06f8
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: google/madlad400-10b-mt
|
3 |
+
inference: false
|
4 |
+
license: apache-2.0
|
5 |
+
model_name: madlad400-10b-mt-gguf
|
6 |
+
pipeline_tag: translation
|
7 |
+
---
|
8 |
+
|
9 |
+
# MADLAD-400-10B-MT - GGUF
|
10 |
+
|
11 |
+
- Original model: [MADLAD-400-10B-MT](https://huggingface.co/google/madlad400-10b-mt)
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
This repo contains GGUF format model files for [MADLAD-400-10B-MT](https://huggingface.co/google/madlad400-10b-mt) for use with [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
16 |
+
and compatible software.
|
17 |
+
|