rooftopcoder commited on
Commit
ee49c4e
Β·
1 Parent(s): 1410f2b

fix readme

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Neural Machine Translation for English-Hindi
2
 
3
  This project implements a Neural Machine Translation system for English-Hindi translation using the MarianMT model fine-tuned on 100k split of Samanantar, with a user-friendly Gradio interface.
@@ -110,19 +122,6 @@ NLPA_Assignment_2_Group_54/
110
  └── README.md # Project documentation
111
  ```
112
 
113
- ---
114
- title: {{title}}
115
- emoji: {{emoji}}
116
- colorFrom: {{colorFrom}}
117
- colorTo: {{colorTo}}
118
- sdk: {{sdk}}
119
- sdk_version: "{{sdkVersion}}"
120
- app_file: app.py
121
- pinned: false
122
- ---
123
-
124
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
125
-
126
  ## License
127
 
128
  MIT
 
1
+ ---
2
+ title: NMT demo
3
+ emoji: πŸ‘Œ
4
+ colorFrom: red
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "3.12"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
  # Neural Machine Translation for English-Hindi
14
 
15
  This project implements a Neural Machine Translation system for English-Hindi translation using the MarianMT model fine-tuned on 100k split of Samanantar, with a user-friendly Gradio interface.
 
122
  └── README.md # Project documentation
123
  ```
124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  ## License
126
 
127
  MIT