tahsinashrafee commited on
Commit
c340f31
1 Parent(s): 38120f6

Update README.md

Browse files

This is a finetuned version of Llama 3.2-3B-Instruct for navigation task

Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: llama3.2
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ language:
4
+ - en
5
+ base_model:
6
+ - meta-llama/Llama-3.2-3B-Instruct
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - llama
10
+ - '3.2'
11
+ - instruct
12
+ - navigation
13
+ ---