Instructions to use ronggan/23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use ronggan/23 with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("ronggan/23", "model.bin")) - Notebooks
- Google Colab
- Kaggle
jhkhk
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: afl-3.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: afl-3.0
|
| 3 |
+
language:
|
| 4 |
+
- aa
|
| 5 |
+
metrics:
|
| 6 |
+
- bertscore
|
| 7 |
+
base_model:
|
| 8 |
+
- Qwen/Qwen-Image-Edit
|
| 9 |
+
new_version: Qwen/Qwen-Image-Edit
|
| 10 |
+
library_name: fasttext
|
| 11 |
+
---
|