hotmemeh commited on
Commit
57b52f6
Β·
verified Β·
1 Parent(s): c1b5fc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -23
README.md CHANGED
@@ -1,33 +1,22 @@
1
  ---
2
- title: newspace
3
  emoji: πŸ€–
4
- colorFrom: blue
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: "5.47.2"
8
  app_file: app.py
9
  pinned: false
10
-
11
- python:
12
- requirements: requirements-lock.txt
13
  ---
14
 
15
- # πŸš€ newspace Chatbot
16
-
17
- This Space runs a **Gradio 5.47.2 chatbot** powered by Hugging Face Transformers.
18
 
19
- ### ⚑ Model Selection
20
- - If a **GPU** is available β†’ loads **Falcon-7B-Instruct** (`tiiuae/falcon-7b-instruct`).
21
- - If only **CPU** is available β†’ falls back to **GPT-2** (`gpt2`).
22
 
23
- ### βœ… Features
24
- - Streaming responses with OpenAI-style `messages` format.
25
- - Auto GPU/CPU model detection.
26
- - Dependencies locked with `requirements-lock.txt`.
27
-
28
- ---
29
 
30
- ### πŸ–₯️ Run Locally
31
- ```bash
32
- pip install -r requirements-lock.txt
33
- python app.py
 
1
  ---
2
+ title: Xortron Chat
3
  emoji: πŸ€–
4
+ colorFrom: red
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.47.2
8
  app_file: app.py
9
  pinned: false
 
 
 
10
  ---
11
 
12
+ # Xortron Chat
 
 
13
 
14
+ This Space runs **darkc0de/XortronCriminalComputingConfig**, an experimental Transformer-based chatbot.
 
 
15
 
16
+ ### Features
17
+ - Powered by Hugging Face Transformers.
18
+ - Runs inside Hugging Face Spaces with Gradio.
19
+ - Simple chat interface.
 
 
20
 
21
+ ### Credits
22
+ Model: [darkc0de/XortronCriminalComputingConfig](https://huggingface.co/darkc0de/XortronCriminalComputingConfig)