Update README.md
Browse files
README.md
CHANGED
|
@@ -1,44 +1,55 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
-
- fr
|
| 4 |
-
- en
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
-
- text-generation
|
| 8 |
-
- conversational
|
| 9 |
-
- artificial-intelligence
|
| 10 |
-
- gopuAI
|
| 11 |
-
- agentV1
|
|
|
|
| 12 |
pipeline_tag: text-generation
|
|
|
|
| 13 |
widget:
|
| 14 |
-
- text: Bonjour, qui es-tu ?
|
| 15 |
-
|
| 16 |
-
- text: Explique-moi l'IA générative
|
| 17 |
-
|
| 18 |
-
- text: Comment programmer en Python ?
|
| 19 |
-
|
|
|
|
| 20 |
datasets:
|
| 21 |
-
- unknown
|
|
|
|
| 22 |
metrics:
|
| 23 |
-
- accuracy
|
|
|
|
| 24 |
model-index:
|
| 25 |
-
- name: agentV1
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
|
|
|
| 37 |
base_model:
|
| 38 |
-
-
|
| 39 |
-
|
|
|
|
| 40 |
library_name: transformers
|
| 41 |
---
|
|
|
|
| 42 |
# 🤖 agentV1 - Intelligence Artificielle Avancée
|
| 43 |
|
| 44 |
**agentV1** est un modèle d'intelligence artificielle de pointe développé par **Mauricio Mangituka** pour **gopuAI**. Basé sur Microsoft Phi-3-mini-4k-instruct, ce modèle combine performance optimale et efficacité mémoire.
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
license-link: https://huggingface.co/Gopu-poss/gopu-agent-2k-fdf/blob/main/LICENSE
|
| 4 |
+
|
| 5 |
language:
|
| 6 |
+
- fr
|
| 7 |
+
- en
|
| 8 |
+
|
| 9 |
tags:
|
| 10 |
+
- text-generation
|
| 11 |
+
- conversational
|
| 12 |
+
- artificial-intelligence
|
| 13 |
+
- gopuAI
|
| 14 |
+
- agentV1
|
| 15 |
+
|
| 16 |
pipeline_tag: text-generation
|
| 17 |
+
|
| 18 |
widget:
|
| 19 |
+
- text: "Bonjour, qui es-tu ?"
|
| 20 |
+
example_title: "Présentation"
|
| 21 |
+
- text: "Explique-moi l'IA générative"
|
| 22 |
+
example_title: "Explication IA"
|
| 23 |
+
- text: "Comment programmer en Python ?"
|
| 24 |
+
example_title: "Aide programmation"
|
| 25 |
+
|
| 26 |
datasets:
|
| 27 |
+
- unknown
|
| 28 |
+
|
| 29 |
metrics:
|
| 30 |
+
- accuracy
|
| 31 |
+
|
| 32 |
model-index:
|
| 33 |
+
- name: agentV1
|
| 34 |
+
results:
|
| 35 |
+
- task:
|
| 36 |
+
name: Text Generation
|
| 37 |
+
type: text-generation
|
| 38 |
+
dataset:
|
| 39 |
+
name: Custom Training Data
|
| 40 |
+
type: unknown
|
| 41 |
+
metrics:
|
| 42 |
+
- name: Accuracy
|
| 43 |
+
type: accuracy
|
| 44 |
+
value: 0
|
| 45 |
+
|
| 46 |
base_model:
|
| 47 |
+
- gopu-poss/agent
|
| 48 |
+
|
| 49 |
+
new_version: "Gopu-poss/gopu-agent-2k-fdf"
|
| 50 |
library_name: transformers
|
| 51 |
---
|
| 52 |
+
|
| 53 |
# 🤖 agentV1 - Intelligence Artificielle Avancée
|
| 54 |
|
| 55 |
**agentV1** est un modèle d'intelligence artificielle de pointe développé par **Mauricio Mangituka** pour **gopuAI**. Basé sur Microsoft Phi-3-mini-4k-instruct, ce modèle combine performance optimale et efficacité mémoire.
|