Instructions to use moha55goo/Veeb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use moha55goo/Veeb with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("moha55goo/Veeb", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Veeb
#1
by moha55goo - opened
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- a-m-team/AM-DeepSeek-R1-Distilled-1.4M
|
| 5 |
+
language:
|
| 6 |
+
- ar
|
| 7 |
+
metrics:
|
| 8 |
+
- code_eval
|
| 9 |
+
base_model:
|
| 10 |
+
- deepseek-ai/DeepSeek-V3-0324
|
| 11 |
+
new_version: deepseek-ai/DeepSeek-V3-0324
|
| 12 |
+
library_name: fasttext
|
| 13 |
+
tags:
|
| 14 |
+
- code
|
| 15 |
+
---
|