Instructions to use Rafael4882/dhx-teste with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use Rafael4882/dhx-teste with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Rafael4882/dhx-teste", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by Rafael4882 - opened
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: bigcode-openrail-m
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bigcode-openrail-m
|
| 3 |
+
language:
|
| 4 |
+
- pt
|
| 5 |
+
metrics:
|
| 6 |
+
- code_eval
|
| 7 |
+
base_model:
|
| 8 |
+
- moonshotai/Kimi-Linear-48B-A3B-Instruct
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
library_name: fasttext
|
| 11 |
+
tags:
|
| 12 |
+
- agent
|
| 13 |
+
---
|