lukestanley
commited on
Commit
•
cbb7874
1
Parent(s):
c862ef3
Improve metadata
Browse files
README.md
CHANGED
@@ -3,8 +3,14 @@ title: ❄️ ChillTranslator 🤬 ➡️ 😎💬
|
|
3 |
emoji: ❄️
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
# ❄️ ChillTranslator 🤬 ➡️ 😎💬
|
10 |
## Overview
|
@@ -43,4 +49,4 @@ ws ::= [ \t\n]*
|
|
43 |
number ::= [0-9]+ "."? [0-9]*
|
44 |
stringlist ::= "[" ws "]" | "[" ws string ("," ws string)* ws "]"
|
45 |
numberlist ::= "[" ws "]" | "[" ws number ("," ws number)* ws "]"
|
46 |
-
```
|
|
|
3 |
emoji: ❄️
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
6 |
+
base_model: microsoft/phi-2
|
7 |
+
tags:
|
8 |
+
- finetune
|
9 |
+
- synthetic
|
10 |
+
- translation
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
pipeline_tag: text-generation
|
14 |
---
|
15 |
# ❄️ ChillTranslator 🤬 ➡️ 😎💬
|
16 |
## Overview
|
|
|
49 |
number ::= [0-9]+ "."? [0-9]*
|
50 |
stringlist ::= "[" ws "]" | "[" ws string ("," ws string)* ws "]"
|
51 |
numberlist ::= "[" ws "]" | "[" ws number ("," ws number)* ws "]"
|
52 |
+
```
|