mishl commited on
Commit
e1477c7
·
verified ·
1 Parent(s): 2b9df2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,6 +12,7 @@ tags:
12
  - text-generation
13
  - llama
14
  inference: true
 
15
  ---
16
 
17
  # Regex-AI-Llama-3.2-1B
@@ -34,4 +35,4 @@ This model is intended for generating regular expressions based on natural langu
34
  * **Complexity:** The model may struggle with extremely complex or nuanced regex patterns.
35
  * **Ambiguity:** Ambiguous natural language descriptions can lead to inaccurate regexes. Be as precise and clear as possible in your prompts.
36
  * **Edge Cases:** The model might not cover all possible edge cases in regex syntax.
37
- * **Security:** Always validate and sanitize generated regexes before using them in production environments to prevent potential security vulnerabilities (e.g., ReDoS attacks).
 
12
  - text-generation
13
  - llama
14
  inference: true
15
+ pipeline_tag: text-generation
16
  ---
17
 
18
  # Regex-AI-Llama-3.2-1B
 
35
  * **Complexity:** The model may struggle with extremely complex or nuanced regex patterns.
36
  * **Ambiguity:** Ambiguous natural language descriptions can lead to inaccurate regexes. Be as precise and clear as possible in your prompts.
37
  * **Edge Cases:** The model might not cover all possible edge cases in regex syntax.
38
+ * **Security:** Always validate and sanitize generated regexes before using them in production environments to prevent potential security vulnerabilities (e.g., ReDoS attacks).