mradermacher
commited on
Commit
•
602c239
1
Parent(s):
69cf650
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
base_model: 0xroyce/NeuralTau-Functions-v1
|
|
|
|
|
3 |
language: en
|
4 |
library_name: transformers
|
5 |
license: llama2
|
@@ -7,9 +9,10 @@ quantized_by: mradermacher
|
|
7 |
tags:
|
8 |
- llama
|
9 |
- llama-3.2
|
10 |
-
-
|
11 |
- instruction-tuning
|
12 |
-
-
|
|
|
13 |
---
|
14 |
## About
|
15 |
|
|
|
1 |
---
|
2 |
base_model: 0xroyce/NeuralTau-Functions-v1
|
3 |
+
datasets:
|
4 |
+
- 0xroyce/NeuralTau-With-Functions-chat
|
5 |
language: en
|
6 |
library_name: transformers
|
7 |
license: llama2
|
|
|
9 |
tags:
|
10 |
- llama
|
11 |
- llama-3.2
|
12 |
+
- function-calling
|
13 |
- instruction-tuning
|
14 |
+
- conversational
|
15 |
+
- meta
|
16 |
---
|
17 |
## About
|
18 |
|