GiKAGraphy commited on
Commit
1d21fa8
·
verified ·
1 Parent(s): 297aaed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,5 +1,13 @@
1
- ---
2
- license: mit
3
- tags:
4
- - unsloth
5
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - unsloth
5
+ - text-generation-inference
6
+ - transformers
7
+ - llama
8
+ language:
9
+ - en
10
+ base_model:
11
+ - meta-llama/Llama-3.1-8B-Instruct
12
+ pipeline_tag: text-generation
13
+ ---