Text Generation
Transformers
English
Russian
legal
CyberFuture-2 / README.md
SkillForge45's picture
Update README.md
d866861 verified
metadata
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:
git clone https://huggingface.co/SkillForge45/CyberFuture-2
  1. Install all requirements:
pip install fastapi torch transformers tqdm pyttsx3 datasets speech_recognition pydantic univorn typing

Usage

  1. Train the model:
python model.py
  1. Launch the server:
python app.py
  1. Parse chat from server:
curl -X POST "http://localhost:8000/chat/"
  1. Start chatting:
-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

©2025 EidolonAI, "CyberFuture-2"