shredder-31 commited on
Commit
172b62b
1 Parent(s): fd2fdf1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,10 +4,10 @@ language:
4
  license: apache-2.0
5
  tags:
6
  - text-generation-inference
7
- - transformers
8
  - unsloth
9
  - llama
10
  - trl
 
11
  base_model: unsloth/llama-3-8b-bnb-4bit
12
- ---
13
-
 
4
  license: apache-2.0
5
  tags:
6
  - text-generation-inference
 
7
  - unsloth
8
  - llama
9
  - trl
10
+ - PEFT
11
  base_model: unsloth/llama-3-8b-bnb-4bit
12
+ pipeline_tag: text-generation
13
+ ---