Upload du modèle Limy-basique from scratch
Browse files- README.md +12 -0
- config.json +1 -0
- pytorch_model.bin +3 -0
- vocab.json +1 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- text-classification
|
| 5 |
+
- from-scratch
|
| 6 |
+
---
|
| 7 |
+
# Limy-basique
|
| 8 |
+
Un modèle de classification de texte créé **from scratch** par Clemylia.
|
| 9 |
+
|
| 10 |
+
Ce modèle est entraîné sur le jeu de données `Clem27sey/Nacid` pour classer les questions en deux catégories : 'animaux' (label 0) et 'capitale' (label 1).
|
| 11 |
+
|
| 12 |
+
Il a été construit de A à Z en utilisant PyTorch.
|
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model_name": "SimpleClassifier", "vocab_size": 21, "embedding_dim": 100, "hidden_dim": 256, "output_dim": 2, "model_type": "text-classification-from-scratch"}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89f6f9e986cf9b6e4f5b4a13d6d7f6b66b9369119b2b616f68c51aba66578fab
|
| 3 |
+
size 1480159
|
vocab.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"?": 1, "a": 2, "araign\u00e9e": 3, "canada": 4, "capitale": 5, "combien": 6, "c\u0153urs": 7, "de": 8, "du": 9, "est": 10, "france": 11, "japon": 12, "l'australie": 13, "l'\u00e9gypte": 14, "la": 15, "monnaie": 16, "pattes": 17, "pieuvre": 18, "quelle": 19, "une": 20, "<unk>": 0}
|