Instructions to use shellzero/gemma2-2b-ft-law-data-tag-generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use shellzero/gemma2-2b-ft-law-data-tag-generation with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir gemma2-2b-ft-law-data-tag-generation shellzero/gemma2-2b-ft-law-data-tag-generation
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update Model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- ymoslem/Law-StackExchange
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- f1
|
| 9 |
+
base_model:
|
| 10 |
+
- google/gemma-2-2b
|
| 11 |
+
library_name: mlx
|
| 12 |
+
tags:
|
| 13 |
+
- legal
|
| 14 |
+
---
|