rajistics commited on
Commit
a20227e
·
1 Parent(s): 23de26c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
4
 
5
- ##Source
6
  A Neural Language Style Transfer framework to transfer natural language text smoothly between fine-grained language styles like formal/casual. The original model is at [https://github.com/PrithivirajDamodaran/Styleformer](https://github.com/PrithivirajDamodaran/Styleformer).
7
 
 
8
 
9
- ##Examples:
10
  ```
11
  [Casual] I am quitting my job
12
  [Formal] I will be stepping down from my job.
 
1
  ---
2
  license: apache-2.0
3
+ language: en
4
  ---
5
 
6
+ ## Source
7
  A Neural Language Style Transfer framework to transfer natural language text smoothly between fine-grained language styles like formal/casual. The original model is at [https://github.com/PrithivirajDamodaran/Styleformer](https://github.com/PrithivirajDamodaran/Styleformer).
8
 
9
+ ![Styleformer](Styleformer.png)
10
 
11
+ ## Examples:
12
  ```
13
  [Casual] I am quitting my job
14
  [Formal] I will be stepping down from my job.