tahsinashrafee commited on
Commit
44ed564
·
verified ·
1 Parent(s): f177721

Update README.md

Browse files

This is a finetuned version of LLama3.2-3B-Instruct for navigation and description of certain objects.

Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
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
+ - navigation
10
+ - llama
11
+ - '3.2'
12
+ - 3B
13
+ - Instruct
14
+ ---