Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +19 -0
- darija2vec_sota.model +3 -0
- darija2vec_sota_vectors.txt +3 -0
- drive/MyDrive/0000-bus-track/Guidance_coefficients.txt +9 -0
- drive/MyDrive/0000-bus-track/Readme.txt +9 -0
- drive/MyDrive/Classroom/Techniques de Communication et d’Expression 1ere année/Devoir Communication N1/Examen Communication ( Morad Ayyou ).txt +67 -0
- drive/MyDrive/DSI MEN Shared Folder/Formation/Formation Asp.net MVC/GestionEleve/GestionEleve/DAL/obj/Debug/DAL.csproj.FileListAbsolute.txt +22 -0
- drive/MyDrive/DSI MEN Shared Folder/Formation/Formation Asp.net MVC/GestionEleve/GestionEleve/GestionEleve/obj/Debug/GestionEleve.csproj.FileListAbsolute.txt +95 -0
- drive/MyDrive/DSI MEN Shared Folder/Formation/Formation Asp.net MVC/GestionEleve/GestionEleve/packages/EntityFramework.6.1.3/tools/about_EntityFramework.help.txt +48 -0
- drive/MyDrive/appsheet/data/NewApp-5583960-25-07-11/empty.txt +0 -0
- drive/MyDrive/appsheet/data/NewApp-5583960/empty.txt +0 -0
- drive/MyDrive/appsheet/data/XAIInterns-5583960/empty.txt +0 -0
- drive/MyDrive/appsheet/data/elementor-submissions-export-DataFtourd54e656-2024-03-18-5583960/empty.txt +0 -0
- drive/MyDrive/sd/kohya_ss_colab/library.egg-info/SOURCES.txt +30 -0
- drive/MyDrive/sd/kohya_ss_colab/library.egg-info/dependency_links.txt +1 -0
- drive/MyDrive/sd/kohya_ss_colab/library.egg-info/top_level.txt +1 -0
- drive/MyDrive/sd/kohya_ss_colab/requirements.txt +34 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
darija2vec_sota_vectors.txt filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language: ar
|
| 4 |
+
tags:
|
| 5 |
+
- word2vec
|
| 6 |
+
- darija
|
| 7 |
+
- moroccan-arabic
|
| 8 |
+
- nlp
|
| 9 |
+
---
|
| 10 |
+
# Darija2Vec SOTA (300D)
|
| 11 |
+
|
| 12 |
+
Ce modèle Word2Vec a été entraîné sur un corpus unifié de Darija (Arabe + Latin) de ~300k lignes.
|
| 13 |
+
L'unification des scripts a été appliquée pour fusionner les concepts sémantiques.
|
| 14 |
+
|
| 15 |
+
## Utilisation
|
| 16 |
+
```python
|
| 17 |
+
from gensim.models import KeyedVectors
|
| 18 |
+
wv = KeyedVectors.load_word2vec_format("darija2vec_sota_vectors.txt", binary=False)
|
| 19 |
+
print(wv.most_similar("مزيان"))
|
darija2vec_sota.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:045f7c3ffebf91f46e0e9ad40da3363dc5ee838ede48d1d2e3716a3ae1fe2a71
|
| 3 |
+
size 46322388
|
darija2vec_sota_vectors.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:868f30824a2f0f2111261c3755c9a47b160269dd244588c25319893d83445943
|
| 3 |
+
size 67200804
|
drive/MyDrive/0000-bus-track/Guidance_coefficients.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
To help other researchers use our proposed method, we provide a guidance on the selection of coefficients as follows:
|
| 2 |
+
|
| 3 |
+
1. If there are N optimization objectives in the research problem, a series of parameters, i.e. beta_1, beta_2, ..., beta_n,
|
| 4 |
+
can be set according to the existing literature and adjusted based on the experience of domain experts and researchers;
|
| 5 |
+
|
| 6 |
+
2. If there are many optimization objectives in the research problem, we need to distinguish the main optimization objectives from the secondary optimization objectives.
|
| 7 |
+
2.1 The main optimization objectives share a coefficient, denoted as alpha_1.
|
| 8 |
+
2.2 The secondary optimization objectives share a coefficient, denoted as alpha_2.
|
| 9 |
+
2.3 Parameters alpha_1 and alpha_2 can be set in accordance with the importance of each objective.
|
drive/MyDrive/0000-bus-track/Readme.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1. Each of the two road networks (Sioux and Major) has a folder, which contains two files. Take the folder "Sioux" as an example. It has two files, i.e. sioux_stops.csv and sioux_time.csv. The sioux_stops.csv stores station locations of the sioux_0 (sioux_1) CB network, and the sioux_time.csv file stores the travel time distribution of the sioux_0 (sioux_1) CB network.
|
| 2 |
+
|
| 3 |
+
2. Python code "instance.py" is a demo to call the files in folders "Sioux" and "Major" to generate training, validation and test data sets for the three CB netwoks, respectively.
|
| 4 |
+
|
| 5 |
+
3. Detailed notes on how to generate data sets are given in "instances.py". In addition to the above Sioux_0, Sioux_1 and Major CB problem instances, researchers can generate more new CB problem instances according to their needs.
|
| 6 |
+
|
| 7 |
+
4. The source code folder contains the main programs of the three problem instances, (sioux_0, sioux_1 and major), which are MRL_Sioux0, MRL_Sioux1 and MRL_Major folders respectively. Taking Sioux_0 as an example, the MRL_Sioux0 folder contains the folders Off_CB_model and On_CB_model, which correspond to the offline scenario and the online scenario for the sioux_0. The Off_CB_model (On_CB_model) folder contains two python files: off_magent_model (on_magent_model) and sioux0_off_magent_trainer (sioux0_on_magent_trainer). The off_magent_model (on_magent_model) python file is used to implement the multi-agent system of sioux0 and is called by the sioux0_off_magent_trainer (sioux0_on_magent_trainer) python file. The sioux0_off_magent_trainer (sioux0_on_magent_trainer) python file is the main program, which calls the multi-agent system program and the problem instance environment program to implement the training of the multi-agent system.
|
| 8 |
+
|
| 9 |
+
5. The guidance of the selection of coefficients , i.e Guidance_coefficients.txt, details how to define the coefficients for the return function.
|
drive/MyDrive/Classroom/Techniques de Communication et d’Expression 1ere année/Devoir Communication N1/Examen Communication ( Morad Ayyou ).txt
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
I- Comprehension :
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
&- L'importance de la culture générale et son impact
|
| 5 |
+
|
| 6 |
+
2- Parce que dans le monde de l'entreprise, aujourd'hui le savoir rime avec <savoir-etre> et <savoir-faire> et que la culture générale a une grande valeur a ajouter a l'individuel
|
| 7 |
+
|
| 8 |
+
3- En travaillant au fur et à mesur , on peut acquérir cette culture générale , étre a jour et suivre l'acualité aidant aussi à developper cette culture
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
II- Vocabulaire :
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
1- Donner ou fixer la valeur de quelque chose . Synonyme : guger
|
| 15 |
+
|
| 16 |
+
2- Le contraire de mot Défaite est : Victoire . Le Joueur Num 1 a méné son équipe vers la victoire
|
| 17 |
+
|
| 18 |
+
3- la soif des connaissances veut dire chercher et ne jamais cesser d'apprendre
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
III- Expression Ecrite :
|
| 22 |
+
|
| 23 |
+
On peut pas nier que les compétences techniques determinent grandement la valeur de l'individu au sein de n'importe quel domaine, Cependant la culture générale est une valeur ajoutée qui ne doit, en aucun cas, être sous-estimée, puisque ça permet à l'individu, d'avoir des conaissances suffisantes dans les différents domaines et sujet de la vie, ce qui va, sans doute, permettre d'être plus flexible et mieux gérer les différentes situations que le métier éxiges ou que le praticien peut y être confronté.
|
| 24 |
+
En conclusion, quelq'un qui possède les compétences techniques nécessaires a la réalisation du métier et que en plus de ça, l'individu a assez de culture générale, il a indéniablement plus de valeur dans le domaine du travail.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
IV-Communication :
|
| 28 |
+
1-
|
| 29 |
+
a- information
|
| 30 |
+
b- communication
|
| 31 |
+
c- information
|
| 32 |
+
d- information
|
| 33 |
+
e- communication
|
| 34 |
+
f- information
|
| 35 |
+
2-
|
| 36 |
+
|
| 37 |
+
L’adaptation du langage à celui de l’interlocuteur
|
| 38 |
+
La prudence à l’égard du NON DIT et des réactions observables
|
| 39 |
+
La vérification systématique de ce que je dis et de la compréhension
|
| 40 |
+
S’assurer de la non-influence des BRUITS qui peuvent survenir
|
| 41 |
+
|
| 42 |
+
3-
|
| 43 |
+
|
| 44 |
+
A: ouverte / B: fermée / C: ouverte
|
| 45 |
+
|
| 46 |
+
4-
|
| 47 |
+
|
| 48 |
+
De : Morad Ayyou
|
| 49 |
+
|
| 50 |
+
Envoyé : 30/04/2020
|
| 51 |
+
|
| 52 |
+
À : Monsieur Bahae Eddine HALIM
|
| 53 |
+
|
| 54 |
+
Objet : Demande de stage
|
| 55 |
+
|
| 56 |
+
Monsieur,
|
| 57 |
+
|
| 58 |
+
Actuellement en Premier année à Ecole MultiHexa Meknes en informatique, je recherche un stage, de préférence dans le développement. Toutefois, je serais également ravi d’apprendre et d’exercer tout autre métier relatif à l’informatique dans votre entreprise.
|
| 59 |
+
|
| 60 |
+
Je suis disponible tous les jours , ainsi que pendant les vacances scolaires. Actuellement, je travaille tous les dimanches comme cuisinier pour financer mes études. J’aimerais trouver chez vous un moyen d’exercer et développer mes compétences et de me perfectionner dans mon futur métier, tout en quittant la restauration qui ne correspond en rien à mes aspirations.
|
| 61 |
+
|
| 62 |
+
Je souhaite vivement que mon profil et ma motivation retiennent votre attention. Je me tiens à votre disposition pour tous renseignements complémentaires et vous prie d’agréer, Monsieur , l’expression de mes respectueuses salutations.
|
| 63 |
+
|
| 64 |
+
Cordialement,
|
| 65 |
+
|
| 66 |
+
Morad Ayyou
|
| 67 |
+
Tél : 06 77 89 83 37
|
drive/MyDrive/DSI MEN Shared Folder/Formation/Formation Asp.net MVC/GestionEleve/GestionEleve/DAL/obj/Debug/DAL.csproj.FileListAbsolute.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\bin\Debug\DAL.dll.config
|
| 2 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\bin\Debug\DAL.dll
|
| 3 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\bin\Debug\DAL.pdb
|
| 4 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\bin\Debug\EntityFramework.dll
|
| 5 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\bin\Debug\EntityFramework.SqlServer.dll
|
| 6 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\bin\Debug\EntityFramework.xml
|
| 7 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\bin\Debug\EntityFramework.SqlServer.xml
|
| 8 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\obj\Debug\DAL.csprojResolveAssemblyReference.cache
|
| 9 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\obj\Debug\DAL.dll
|
| 10 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\DAL\obj\Debug\DAL.pdb
|
| 11 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\bin\Debug\DAL.dll.config
|
| 12 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\bin\Debug\DAL.dll
|
| 13 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\bin\Debug\DAL.pdb
|
| 14 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\bin\Debug\EntityFramework.dll
|
| 15 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\bin\Debug\EntityFramework.SqlServer.dll
|
| 16 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\bin\Debug\EntityFramework.xml
|
| 17 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\bin\Debug\EntityFramework.SqlServer.xml
|
| 18 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\obj\Debug\DAL.csprojAssemblyReference.cache
|
| 19 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\obj\Debug\DAL.csproj.CoreCompileInputs.cache
|
| 20 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\obj\Debug\DAL.csproj.CopyComplete
|
| 21 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\obj\Debug\DAL.dll
|
| 22 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\DAL\obj\Debug\DAL.pdb
|
drive/MyDrive/DSI MEN Shared Folder/Formation/Formation Asp.net MVC/GestionEleve/GestionEleve/GestionEleve/obj/Debug/GestionEleve.csproj.FileListAbsolute.txt
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\csc.exe
|
| 2 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll
|
| 3 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll
|
| 4 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.CodeAnalysis.dll
|
| 5 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll
|
| 6 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.CSharp.Core.targets
|
| 7 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.VisualBasic.Core.targets
|
| 8 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\System.Collections.Immutable.dll
|
| 9 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\System.Reflection.Metadata.dll
|
| 10 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\vbc.exe
|
| 11 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\VBCSCompiler.exe
|
| 12 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\VBCSCompiler.exe.config
|
| 13 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\GestionEleve.dll.config
|
| 14 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\GestionEleve.dll
|
| 15 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\GestionEleve.pdb
|
| 16 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\Antlr3.Runtime.dll
|
| 17 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\DAL.dll
|
| 18 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\EntityFramework.dll
|
| 19 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\EntityFramework.SqlServer.dll
|
| 20 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
|
| 21 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\Microsoft.Web.Infrastructure.dll
|
| 22 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\Newtonsoft.Json.dll
|
| 23 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Helpers.dll
|
| 24 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Mvc.dll
|
| 25 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Optimization.dll
|
| 26 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Razor.dll
|
| 27 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.Deployment.dll
|
| 28 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.dll
|
| 29 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.Razor.dll
|
| 30 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\WebGrease.dll
|
| 31 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\DAL.pdb
|
| 32 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\EntityFramework.xml
|
| 33 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\EntityFramework.SqlServer.xml
|
| 34 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
|
| 35 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Helpers.xml
|
| 36 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Mvc.xml
|
| 37 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Optimization.xml
|
| 38 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Razor.xml
|
| 39 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.xml
|
| 40 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.Deployment.xml
|
| 41 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.Razor.xml
|
| 42 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\Antlr3.Runtime.pdb
|
| 43 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\bin\Newtonsoft.Json.xml
|
| 44 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\obj\Debug\GestionEleve.csprojResolveAssemblyReference.cache
|
| 45 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\obj\Debug\GestionEleve.dll
|
| 46 |
+
C:\Users\uness\Desktop\GestionEleve\GestionEleve\GestionEleve\obj\Debug\GestionEleve.pdb
|
| 47 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\csc.exe
|
| 48 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll
|
| 49 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll
|
| 50 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.CodeAnalysis.dll
|
| 51 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll
|
| 52 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.CSharp.Core.targets
|
| 53 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\Microsoft.VisualBasic.Core.targets
|
| 54 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\System.Collections.Immutable.dll
|
| 55 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\System.Reflection.Metadata.dll
|
| 56 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\vbc.exe
|
| 57 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\VBCSCompiler.exe
|
| 58 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\roslyn\VBCSCompiler.exe.config
|
| 59 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\GestionEleve.dll.config
|
| 60 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\GestionEleve.dll
|
| 61 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\GestionEleve.pdb
|
| 62 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\Antlr3.Runtime.dll
|
| 63 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\DAL.dll
|
| 64 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\EntityFramework.dll
|
| 65 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\EntityFramework.SqlServer.dll
|
| 66 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
|
| 67 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\Microsoft.Web.Infrastructure.dll
|
| 68 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\Newtonsoft.Json.dll
|
| 69 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Helpers.dll
|
| 70 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Mvc.dll
|
| 71 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Optimization.dll
|
| 72 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Razor.dll
|
| 73 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.Deployment.dll
|
| 74 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.dll
|
| 75 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.Razor.dll
|
| 76 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\WebGrease.dll
|
| 77 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\DAL.pdb
|
| 78 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\DAL.dll.config
|
| 79 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\EntityFramework.xml
|
| 80 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\EntityFramework.SqlServer.xml
|
| 81 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
|
| 82 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Helpers.xml
|
| 83 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Mvc.xml
|
| 84 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Optimization.xml
|
| 85 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.Razor.xml
|
| 86 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.xml
|
| 87 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.Deployment.xml
|
| 88 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\System.Web.WebPages.Razor.xml
|
| 89 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\Antlr3.Runtime.pdb
|
| 90 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\bin\Newtonsoft.Json.xml
|
| 91 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\obj\Debug\GestionEleve.csprojAssemblyReference.cache
|
| 92 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\obj\Debug\GestionEleve.csproj.CoreCompileInputs.cache
|
| 93 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\obj\Debug\GestionEleve.csproj.CopyComplete
|
| 94 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\obj\Debug\GestionEleve.dll
|
| 95 |
+
C:\Users\Admin\Desktop\DSI\Formation\Formation Asp.net MVC\GestionEleve\GestionEleve\GestionEleve\obj\Debug\GestionEleve.pdb
|
drive/MyDrive/DSI MEN Shared Folder/Formation/Formation Asp.net MVC/GestionEleve/GestionEleve/packages/EntityFramework.6.1.3/tools/about_EntityFramework.help.txt
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
TOPIC
|
| 2 |
+
about_EntityFramework
|
| 3 |
+
|
| 4 |
+
SHORT DESCRIPTION
|
| 5 |
+
Provides information about Entity Framework commands.
|
| 6 |
+
|
| 7 |
+
LONG DESCRIPTION
|
| 8 |
+
This topic describes the Entity Framework commands. Entity Framework is
|
| 9 |
+
Microsoft's recommended data access technology for new applications.
|
| 10 |
+
|
| 11 |
+
The following Entity Framework cmdlets are used with Entity Framework
|
| 12 |
+
Migrations.
|
| 13 |
+
|
| 14 |
+
Cmdlet Description
|
| 15 |
+
----------------- ---------------------------------------------------
|
| 16 |
+
Enable-Migrations Enables Code First Migrations in a project.
|
| 17 |
+
|
| 18 |
+
Add-Migration Scaffolds a migration script for any pending model
|
| 19 |
+
changes.
|
| 20 |
+
|
| 21 |
+
Update-Database Applies any pending migrations to the database.
|
| 22 |
+
|
| 23 |
+
Get-Migrations Displays the migrations that have been applied to
|
| 24 |
+
the target database.
|
| 25 |
+
|
| 26 |
+
The following Entity Framework cmdlets are used by NuGet packages that
|
| 27 |
+
install Entity Framework providers. These commands are not usually used as
|
| 28 |
+
part of normal application development.
|
| 29 |
+
|
| 30 |
+
Cmdlet Description
|
| 31 |
+
------------------------------ ---------------------------------------
|
| 32 |
+
Add-EFProvider Adds or updates an Entity Framework
|
| 33 |
+
provider entry in the project config
|
| 34 |
+
file.
|
| 35 |
+
|
| 36 |
+
Add-EFDefaultConnectionFactory Adds or updates an Entity Framework
|
| 37 |
+
default connection factory in the
|
| 38 |
+
project config file.
|
| 39 |
+
|
| 40 |
+
Initialize-EFConfiguration Initializes the Entity Framework
|
| 41 |
+
section in the project config file and
|
| 42 |
+
sets defaults.
|
| 43 |
+
|
| 44 |
+
SEE ALSO
|
| 45 |
+
Enable-Migrations
|
| 46 |
+
Add-Migration
|
| 47 |
+
Update-Database
|
| 48 |
+
Get-Migrations
|
drive/MyDrive/appsheet/data/NewApp-5583960-25-07-11/empty.txt
ADDED
|
File without changes
|
drive/MyDrive/appsheet/data/NewApp-5583960/empty.txt
ADDED
|
File without changes
|
drive/MyDrive/appsheet/data/XAIInterns-5583960/empty.txt
ADDED
|
File without changes
|
drive/MyDrive/appsheet/data/elementor-submissions-export-DataFtourd54e656-2024-03-18-5583960/empty.txt
ADDED
|
File without changes
|
drive/MyDrive/sd/kohya_ss_colab/library.egg-info/SOURCES.txt
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
LICENSE.md
|
| 2 |
+
README.md
|
| 3 |
+
setup.py
|
| 4 |
+
library/__init__.py
|
| 5 |
+
library/basic_caption_gui.py
|
| 6 |
+
library/blip_caption_gui.py
|
| 7 |
+
library/common_gui.py
|
| 8 |
+
library/config_util.py
|
| 9 |
+
library/convert_model_gui.py
|
| 10 |
+
library/custom_train_functions.py
|
| 11 |
+
library/dataset_balancing_gui.py
|
| 12 |
+
library/dreambooth_folder_creation_gui.py
|
| 13 |
+
library/extract_lora_gui.py
|
| 14 |
+
library/extract_lycoris_locon_gui.py
|
| 15 |
+
library/git_caption_gui.py
|
| 16 |
+
library/lpw_stable_diffusion.py
|
| 17 |
+
library/merge_lora_gui.py
|
| 18 |
+
library/model_util.py
|
| 19 |
+
library/resize_lora_gui.py
|
| 20 |
+
library/sampler_gui.py
|
| 21 |
+
library/svd_merge_lora_gui.py
|
| 22 |
+
library/tensorboard_gui.py
|
| 23 |
+
library/train_util.py
|
| 24 |
+
library/utilities.py
|
| 25 |
+
library/verify_lora_gui.py
|
| 26 |
+
library/wd14_caption_gui.py
|
| 27 |
+
library.egg-info/PKG-INFO
|
| 28 |
+
library.egg-info/SOURCES.txt
|
| 29 |
+
library.egg-info/dependency_links.txt
|
| 30 |
+
library.egg-info/top_level.txt
|
drive/MyDrive/sd/kohya_ss_colab/library.egg-info/dependency_links.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
drive/MyDrive/sd/kohya_ss_colab/library.egg-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
library
|
drive/MyDrive/sd/kohya_ss_colab/requirements.txt
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==0.15.0
|
| 2 |
+
albumentations==1.3.0
|
| 3 |
+
altair==4.2.2
|
| 4 |
+
bitsandbytes==0.35.0
|
| 5 |
+
dadaptation==1.5
|
| 6 |
+
diffusers[torch]==0.10.2
|
| 7 |
+
easygui==0.98.3
|
| 8 |
+
einops==0.6.0
|
| 9 |
+
ftfy==6.1.1
|
| 10 |
+
gradio==3.19.1; sys_platform != 'darwin'
|
| 11 |
+
gradio==3.23.0; sys_platform == 'darwin'
|
| 12 |
+
lion-pytorch==0.0.6
|
| 13 |
+
opencv-python==4.7.0.68
|
| 14 |
+
pytorch-lightning==1.9.0
|
| 15 |
+
safetensors==0.2.6
|
| 16 |
+
tensorboard==2.10.1 ; sys_platform != 'darwin'
|
| 17 |
+
tensorboard==2.12.1 ; sys_platform == 'darwin'
|
| 18 |
+
tk==0.1.0
|
| 19 |
+
toml==0.10.2
|
| 20 |
+
transformers==4.26.0
|
| 21 |
+
voluptuous==0.13.1
|
| 22 |
+
# for BLIP captioning
|
| 23 |
+
fairscale==0.4.13
|
| 24 |
+
requests==2.28.2
|
| 25 |
+
timm==0.6.12
|
| 26 |
+
# tensorflow<2.11
|
| 27 |
+
huggingface-hub==0.12.0; sys_platform != 'darwin'
|
| 28 |
+
huggingface-hub==0.13.0; sys_platform == 'darwin'
|
| 29 |
+
tensorflow==2.10.1; sys_platform != 'darwin'
|
| 30 |
+
# For locon support
|
| 31 |
+
lycoris-lora @ git+https://github.com/KohakuBlueleaf/LyCORIS.git@c3d925421209a22a60d863ffa3de0b3e7e89f047
|
| 32 |
+
# lycoris_lora==0.1.4
|
| 33 |
+
# for kohya_ss library
|
| 34 |
+
.
|