Deathsquad10 commited on
Commit
dcd5886
1 Parent(s): 38c02b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,4 +1,13 @@
1
- WORK IN PROGESS
 
 
 
 
 
 
 
 
 
2
  widget:
3
  - example_title: Hello
4
  messages:
@@ -22,7 +31,8 @@ widget:
22
  content: Write a function that computes the nth fibonacci number.
23
  inference:
24
  parameters:
25
- max_new_tokens: 300
26
  stop:
27
  - <|end_of_text|>
28
- - <|eot_id|>
 
 
1
+ #WORK IN PROGESS
2
+ ---
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - pytorch
8
+ - Tinyllama
9
+ - Tinyllama3
10
+ -
11
  widget:
12
  - example_title: Hello
13
  messages:
 
31
  content: Write a function that computes the nth fibonacci number.
32
  inference:
33
  parameters:
34
+ max_new_tokens: 100
35
  stop:
36
  - <|end_of_text|>
37
+ - <|eot_id|>
38
+ ---