EmmanuelCasarrubias commited on
Commit
401a291
1 Parent(s): d8d2234

Added project features and creator profile. Included integrations with Hugging Face, Pinecone, ComposeDB, Chroma, Google Colab, and Google Cloud. Defined a model index entry for AI-Transformer-Adaptive-Fuzzy. Specified evaluation metrics for contextual text generation. Provided a placeholder for evaluation source.

Browse files

This commit introduces comprehensive details regarding the project's features, creator profile, and integrations, emphasizing the utilization of advanced AI techniques coupled with robust control methods. Additionally, a model index entry for AI-Transformer-Adaptive-Fuzzy has been included, outlining evaluation metrics for contextual text generation. Further updates are pending evaluation details, which will be provided upon completion.

Files changed (1) hide show
  1. README.md +67 -3
README.md CHANGED
@@ -1,3 +1,67 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - HuggingFaceFW/fineweb
5
+ language:
6
+ - en
7
+ - es
8
+ metrics:
9
+ - accuracy
10
+ - precision
11
+ - bleu
12
+ - mse
13
+ - recall
14
+ library_name: transformers
15
+ pipeline_tag: text-generation
16
+ tags:
17
+ - AI
18
+ - transformer
19
+ - Sliding Mode Control
20
+ - adaptive-control
21
+ - fuzzy-control
22
+ - contextual-text-generation
23
+ - NLP
24
+ - machine-learning
25
+ - deep-learning
26
+ - control-theory
27
+ - Contextual-Text-Generation
28
+ ---
29
+ model-index:
30
+ - name: AI-Transformer-Adaptive-Fuzzy
31
+ results:
32
+ - task:
33
+ type: contextual-text-generation
34
+ dataset:
35
+ name: custom-dataset
36
+ type: custom
37
+ metrics:
38
+ - name: accuracy
39
+ type: accuracy
40
+ value: 0.0
41
+ - name: precision
42
+ type: precision
43
+ value: 0.0
44
+ - name: recall
45
+ type: recall
46
+ value: 0.0
47
+ - name: BLEU
48
+ type: BLEU
49
+ value: 0.0
50
+ - name: ROUGE
51
+ type: ROUGE
52
+ value: 0.0
53
+ - name: BLEURT
54
+ type: BLEURT
55
+ value: 0.0
56
+ - name: BERTscore
57
+ type: BERTscore
58
+ value: 0.0
59
+ - name: MSE
60
+ type: MSE
61
+ value: 0.0
62
+ - name: RMSE
63
+ type: RMSE
64
+ value: 0.0
65
+ source:
66
+ name: Evaluation Pending
67
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard