jhangmez commited on
Commit
e7f4f29
1 Parent(s): cbe81dd

Se modifico estilos

Browse files
Files changed (2) hide show
  1. README.md +8 -4
  2. app.py +1 -0
README.md CHANGED
@@ -1,13 +1,17 @@
1
  ---
2
- title: Sipangpt Test
3
  emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.0.0b3
8
  app_file: app.py
9
  pinned: false
10
  license: cc-by-4.0
 
 
 
 
11
  ---
12
 
13
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
1
  ---
2
+ title: Sipángpt Test
3
  emoji: 💬
4
+ colorFrom: gray
5
+ colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.0.0b3
8
  app_file: app.py
9
  pinned: false
10
  license: cc-by-4.0
11
+ models:
12
+ - ussipan/SipanGPT-0.1-Llama-3.2-1B-GGUF
13
+ datasets:
14
+ - ussipan/sipangpt
15
  ---
16
 
17
+ SipánGPT 0.1 Llama 3.2
app.py CHANGED
@@ -75,6 +75,7 @@ PLACEHOLDER = """<div style="padding: 20px; text-align: center; display: flex; f
75
  <p style="font-size: 8px; margin: 5px 0 0; opacity: 0.65;">
76
  <a href="https://huggingface.co/spaces/ysharma/Llama3-2_with_Gradio-5" target="_blank" style="color: inherit; text-decoration: none;">Source Code</a>
77
  </p>
 
78
  </div>"""
79
 
80
 
 
75
  <p style="font-size: 8px; margin: 5px 0 0; opacity: 0.65;">
76
  <a href="https://huggingface.co/spaces/ysharma/Llama3-2_with_Gradio-5" target="_blank" style="color: inherit; text-decoration: none;">Source Code</a>
77
  </p>
78
+ <p style="font-size: 12px; margin: 5px 0 0; opacity: 0.9;">Este modelo es experimental, puede generar alucinaciones o respuestas incorrectas.</p>
79
  </div>"""
80
 
81