aymangomaa commited on
Commit
b3456b8
·
verified ·
1 Parent(s): 40840ff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -6
README.md CHANGED
@@ -1,6 +1,23 @@
1
  ---
 
 
 
 
 
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
 
 
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
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
  - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
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