Bluckr commited on
Commit
4692a27
·
verified ·
1 Parent(s): 4368bb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -2,6 +2,17 @@
2
  license: mit
3
  language:
4
  - es
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  Phi 3 adjusted to behave like assistant Pofi, training data works with the function calling method.
7
  Pofi can:
 
2
  license: mit
3
  language:
4
  - es
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - nlp
8
+ - code
9
+ inference:
10
+ parameters:
11
+ temperature: 0.7
12
+ widget:
13
+ - messages:
14
+ - role: user
15
+ content: Can you provide ways to eat combinations of bananas and dragonfruits?
16
  ---
17
  Phi 3 adjusted to behave like assistant Pofi, training data works with the function calling method.
18
  Pofi can: