Create YAML
Browse filesSTFU and YAML yourself
YAML
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
title: Replit Code V1-3B Explorer
|
2 |
+
emoji: 🐍💻
|
3 |
+
colorFrom: green
|
4 |
+
colorTo: blue
|
5 |
+
sdk: gradio
|
6 |
+
python_version: 3.9
|
7 |
+
app_file: app.py
|
8 |
+
app_port: 7860
|
9 |
+
fullWidth: true
|
10 |
+
header: default
|
11 |
+
short_description: Explore code generation with Replit Code v1-3B.
|
12 |
+
models:
|
13 |
+
- replit/replit-code-v1-3b
|
14 |
+
datasets: []
|
15 |
+
tags:
|
16 |
+
- code-generation
|
17 |
+
- ai-coding
|
18 |
+
- gradio
|
19 |
+
license: MIT
|
20 |
+
|
21 |
+
# MIT License Information
|
22 |
+
license_url: https://opensource.org/licenses/MIT
|
23 |
+
|
24 |
+
# Hugging Face Space Details
|
25 |
+
space_url: https://huggingface.co/spaces/SpiralGanglionNeuronLabyrinths/ForReplit
|
26 |
+
repository: https://huggingface.co/spaces/SpiralGanglionNeuronLabyrinths/ForReplit-Repository
|
27 |
+
|
28 |
+
# Space Description
|
29 |
+
description: |
|
30 |
+
This Space showcases the Replit Code v1-3B model's code generation capabilities. Users can input custom prompts and explore diverse code suggestions.
|
31 |
+
|
32 |
+
The Gradio interface ensures an intuitive user experience, and generated code is logged for analysis.
|
33 |
+
|
34 |
+
# Usage Instructions
|
35 |
+
usage:
|
36 |
+
- Clone the repository and set up your environment as described above.
|
37 |
+
- Visit the Space at [https://huggingface.co/spaces/SpiralGanglionNeuronLabyrinths/ForReplit](https://huggingface.co/spaces/SpiralGanglionNeuronLabyrinths/ForReplit).
|
38 |
+
- Interact with the Gradio interface to generate code based on your prompts.
|