Text Generation
Transformers
English
Russian
legal
File size: 1,369 Bytes
67265eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d866861
 
67265eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
license: mit
datasets:
- ParlAI/blended_skill_talk
- convai-challenge/conv_ai_2
- allenai/social_i_qa
language:
- en
- ru
metrics:
- accuracy
- precision
- recall
- perplexity
- bleu
- rouge
base_model:
- SkillForge45/CyberFuture-1
new_version: SkillForge45/CyberFuture-2
pipeline_tag: text-generation
library_name: transformers
tags:
- legal
---
# CyberFuture-2 - New version of CyberFuture
Uptades:
**-Voice & Text chat**
**-App.py directly from the model.py file, not from the repository**
# Installation
1. Clone the model:
```bash
git clone https://huggingface.co/SkillForge45/CyberFuture-2
```
2. Install all requirements:
```bash
pip install fastapi torch transformers tqdm pyttsx3 datasets speech_recognition pydantic univorn typing
```
# Usage
1. Train the model:
```bash
python model.py
```
2. Launch the server:
```bash
python app.py
```
3. Parse chat from server:
```bash
curl -X POST "http://localhost:8000/chat/"
```
4. Start chatting:
```bash
-H "Content-Type: multipart/form-data" \
-F "prompt=YOUR_QUESTION_HERE" \
-F "max_length=50" \
-F "use_voice=false" #for text chat
### .void
-H "Content-Type: multipart/form-data" \
-F "[email protected]" \
-F "max_length=50" \
-F "use_voice=true" #for voice chat
```
# License
This model is licensed, see the "LICENSE" for more information

<small><small>©2025 EidolonAI, "CyberFuture-2"<small><small>