Instructions to use PakistanLegalAI/test_arslan1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PakistanLegalAI/test_arslan1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("PakistanLegalAI/test_arslan1") model = AutoModelForSeq2SeqLM.from_pretrained("PakistanLegalAI/test_arslan1") - Notebooks
- Google Colab
- Kaggle
Create README.md
#2
by hazel34 - opened
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- proj-persona/PersonaHub
|
| 5 |
+
language:
|
| 6 |
+
- ar
|
| 7 |
+
metrics:
|
| 8 |
+
- bleurt
|
| 9 |
+
library_name: diffusers
|
| 10 |
+
pipeline_tag: token-classification
|
| 11 |
+
tags:
|
| 12 |
+
- biology
|
| 13 |
+
---
|