Amirhossein75 commited on
Commit
6251f9a
·
verified ·
1 Parent(s): 996cf57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -18
README.md CHANGED
@@ -1,24 +1,44 @@
1
  ---
2
  # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
  # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
- datasets:
5
- - "pietrolesci/amazoncat-13k"
6
- language:
7
- - en
8
- library_name: transformers
9
- license: other # Base model (Meta Llama 3.2) is under the Llama 3.2 Community License
10
- pipeline_tag: text-classification
11
- tags:
12
- - multi-label
13
- - LoRA
14
- - QLoRA
15
- - bitsandbytes
16
- - decoder-only
17
- - llama-3.2-1b
18
- - peft
19
- - text-classification
20
- - adapter:meta-llama/Llama-3.2-1B"
21
- base_model: meta-llama/Llama-3.2-1B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Model Card for Amirhossein75/LLM-Decoder-Tuning-Text-Classification
 
1
  ---
2
  # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
  # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
+ # datasets:
5
+ # - "pietrolesci/amazoncat-13k"
6
+ # language:
7
+ # - en
8
+ # library_name: transformers
9
+ # license: other # Base model (Meta Llama 3.2) is under the Llama 3.2 Community License
10
+ # pipeline_tag: text-classification
11
+ # tags:
12
+ # - multi-label
13
+ # - LoRA
14
+ # - QLoRA
15
+ # - bitsandbytes
16
+ # - decoder-only
17
+ # - llama-3.2-1b
18
+ # - peft
19
+ # - text-classification
20
+ # - adapter:meta-llama/Llama-3.2-1B"
21
+ # base_model: meta-llama/Llama-3.2-1B
22
+
23
+ {
24
+ "library_name": "peft",
25
+ "pipeline_tag": "text-classification",
26
+ "license": "llama3.2",
27
+ "tags": [
28
+ "LoRA",
29
+ "QLoRA",
30
+ "multi-label",
31
+ "text-classification",
32
+ "decoder-only",
33
+ "peft",
34
+ "transformers",
35
+ "trl",
36
+ "bitsandbytes",
37
+ "base_model:adapter:meta-llama/Llama-3.2-1B"
38
+ ],
39
+ "base_model": "meta-llama/Llama-3.2-1B",
40
+ "datasets": ["pietrolesci/amazoncat-13k"],
41
+ }
42
  ---
43
 
44
  # Model Card for Amirhossein75/LLM-Decoder-Tuning-Text-Classification