Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,49 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- ParlAI/blended_skill_talk
|
5 |
+
- convai-challenge/conv_ai_2
|
6 |
+
- allenai/social_i_qa
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
new_version: SkillForge45/CyberFuture-A1
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
library_name: transformers
|
12 |
+
tags:
|
13 |
+
- legal
|
14 |
+
- chat
|
15 |
+
- transformer
|
16 |
+
metrics:
|
17 |
+
- accuracy
|
18 |
+
- precision
|
19 |
+
- recall
|
20 |
+
- perplexity
|
21 |
+
- bleu
|
22 |
+
- rouge
|
23 |
+
base_model:
|
24 |
+
- SkillForge45/CyberFuture-1
|
25 |
+
---
|
26 |
+
# CyberFuture - Chat Model for all life situations
|
27 |
+
Create a texts, codes, etc.
|
28 |
+
# Installation
|
29 |
+
1. Clone model:
|
30 |
+
```bash
|
31 |
+
git clone https://huggingface.co/SkillForge45/CyberFuture-A1
|
32 |
+
```
|
33 |
+
2. Install all requirements:
|
34 |
+
```bash
|
35 |
+
pip install transformers fastapi torch tqdm datasets
|
36 |
+
```
|
37 |
+
# Usage
|
38 |
+
1. Train the model (Ignore the chat interface):
|
39 |
+
```bash
|
40 |
+
python model.py
|
41 |
+
```
|
42 |
+
2. Launch server:
|
43 |
+
```bash
|
44 |
+
python app.py
|
45 |
+
```
|
46 |
+
3. Go to http://localhost:8000/ and start chatting with CyberFuture
|
47 |
+
# License
|
48 |
+
This model is licensed, see the "LICENSE" for more information.
|
49 |
+
<small><small>©2025 EidolonAI, "CyberFuture-A1"<small><small>
|