Translation
Transformers
GGUF
JAX
text2text-generation
text-generation-inference
llama-cpp
gguf-my-repo
Instructions to use enacimie/madlad400-3b-mt-Q4_K_M-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use enacimie/madlad400-3b-mt-Q4_K_M-GGUF with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="enacimie/madlad400-3b-mt-Q4_K_M-GGUF")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("enacimie/madlad400-3b-mt-Q4_K_M-GGUF", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload madlad400-3b-mt-q4_k_m.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- madlad400-3b-mt-q4_k_m.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
madlad400-3b-mt-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
madlad400-3b-mt-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7511792fa4f7f80c476fe23f703f0488f369c9bbeb6503b8186a0740c0daf008
|
| 3 |
+
size 1858129984
|