braindeck commited on
Commit
9417b4c
·
1 Parent(s): 7687458

Add GPU hardware to space

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Text-to-Text Generation with DeepSeek-R1-Distill-Qwen-7B
3
  emoji: 🚀
4
  colorFrom: blue
5
  colorTo: green
@@ -7,14 +7,15 @@ sdk: gradio
7
  sdk_version: 4.19.2
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- # Text-to-Text Generation with DeepSeek-R1-Distill-Qwen-7B
13
 
14
- This is a simple Gradio interface for text-to-text generation using the `deepseek-ai/DeepSeek-R1-Distill-Qwen-7B` model.
15
 
16
  ## How to use
17
 
18
  1. Enter a prompt in the text box.
19
  2. Click the "Generate" button.
20
- 3. The model will generate a response in the "Response" text box.
 
1
  ---
2
+ title: Fine-tuned Text-to-Text Generation
3
  emoji: 🚀
4
  colorFrom: blue
5
  colorTo: green
 
7
  sdk_version: 4.19.2
8
  app_file: app.py
9
  pinned: false
10
+ hardware: gpu
11
  ---
12
 
13
+ # Fine-tuned Text-to-Text Generation
14
 
15
+ This is a simple Gradio interface for text-to-text generation using a fine-tuned model.
16
 
17
  ## How to use
18
 
19
  1. Enter a prompt in the text box.
20
  2. Click the "Generate" button.
21
+ 3. The model will generate a response in the "Response" text box.