Nekuromento commited on
Commit
4e0c826
1 Parent(s): 663face

Fix base model link

Browse files

Change base model meta info link to correctly point to 8B model instead of 70B

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
- base_model: meta-llama/Meta-Llama-3.1-70B-Instruct
 
4
  tags:
5
  - function
6
  - function-calling
 
1
  ---
2
  license: apache-2.0
3
+ base_model:
4
+ - meta-llama/Meta-Llama-3.1-8B-Instruct
5
  tags:
6
  - function
7
  - function-calling