bonur commited on
Commit
4d5f264
·
verified ·
1 Parent(s): 821bbd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  # smollm-turkish-base
3
 
@@ -35,4 +45,4 @@ outputs = model.generate(
35
  )
36
  result = tokenizer.decode(outputs[0], skip_special_tokens=True)
37
  print(result)
38
- ```
 
1
+ ---
2
+ language:
3
+ - tr
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - llama
7
+ - smollm
8
+ - turkish
9
+ - text-generation-inference
10
+ ---
11
 
12
  # smollm-turkish-base
13
 
 
45
  )
46
  result = tokenizer.decode(outputs[0], skip_special_tokens=True)
47
  print(result)
48
+ ```