Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,23 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -15,15 +32,15 @@ tags: []
|
|
15 |
|
16 |
<!-- Provide a longer summary of what this model is. -->
|
17 |
|
18 |
-
|
19 |
|
20 |
- **Developed by:** [More Information Needed]
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:**
|
24 |
-
- **Language(s) (NLP):** [
|
25 |
-
- **License:**
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
+
base_model: Qwen/Qwen3-1.7B-Base
|
3 |
+
datasets:
|
4 |
+
- harpreetmann/entity_extraction_ade_v2
|
5 |
+
language:
|
6 |
+
- en
|
7 |
library_name: transformers
|
8 |
+
license: mit
|
9 |
+
model_name: multi_label_LoRA_weights_test_small_sample
|
10 |
+
tags:
|
11 |
+
- qlora
|
12 |
+
- multi-label-classification
|
13 |
+
- instruction-tuning
|
14 |
+
- finetuned
|
15 |
+
- transformers
|
16 |
+
- peft
|
17 |
+
- healthcare
|
18 |
+
- nlp
|
19 |
+
model_type: AutoModelForCausalLM
|
20 |
+
inference: true
|
21 |
---
|
22 |
|
23 |
# Model Card for Model ID
|
|
|
32 |
|
33 |
<!-- Provide a longer summary of what this model is. -->
|
34 |
|
35 |
+
|
36 |
|
37 |
- **Developed by:** [More Information Needed]
|
38 |
- **Funded by [optional]:** [More Information Needed]
|
39 |
- **Shared by [optional]:** [More Information Needed]
|
40 |
+
- **Model type:** AutoModelForCausalLM
|
41 |
+
- **Language(s) (NLP):** ['en']
|
42 |
+
- **License:** mit
|
43 |
+
- **Finetuned from model [optional]:** Qwen/Qwen3-1.7B-Base
|
44 |
|
45 |
### Model Sources [optional]
|
46 |
|