vincenthuynh commited on
Commit
bc8830b
·
verified ·
1 Parent(s): bc074eb

YAML Metadata in README

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # **Text-to-API Command Model**
2
 
3
  This repository contains a fine-tuned T5-Small model trained to convert natural language commands into standardized API commands. The model is designed for use cases where human-written instructions need to be translated into machine-readable commands for home automation systems or other API-driven platforms.
 
1
+ ---
2
+ tags:
3
+ - text2api
4
+ - t5
5
+ - pytorch
6
+ - transformers
7
+ - machine-learning
8
+ - natural-language-processing
9
+ - api
10
+ license: apache-2.0
11
+ library_name: transformers
12
+ datasets:
13
+ - custom-dataset
14
+ language: en
15
+ finetuned_from: t5-small
16
+ model_type: t5
17
+ ---
18
+
19
  # **Text-to-API Command Model**
20
 
21
  This repository contains a fine-tuned T5-Small model trained to convert natural language commands into standardized API commands. The model is designed for use cases where human-written instructions need to be translated into machine-readable commands for home automation systems or other API-driven platforms.