ShadowFall09 commited on
Commit
c8e8bb7
·
verified ·
1 Parent(s): 069dfe3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -3,14 +3,28 @@ library_name: transformers
3
  license: apache-2.0
4
  ---
5
 
6
- # Model Card for Model ID
7
-
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
12
  ## Model Details
 
13
 
14
  ### Model Description
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
 
 
3
  license: apache-2.0
4
  ---
5
 
6
+ # FANNO
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
9
 
10
 
11
  ## Model Details
12
+ Based on LlaMA2-7b.
13
 
14
  ### Model Description
15
 
16
+ instruction-finetuning
17
+
18
+ autonomous-framework
19
+
20
+ data-annotation
21
+
22
+ FANNO is an innovative, fully autonomous, open-sourced framework designed to streamline the annotation process for instruction datasets without requiring pre-existing annotated data. Leveraging the capabilities of the Mistral-7b-instruct model, FANNO efficiently generates diverse and high-quality datasets through a structured process that includes document pre-screening, instruction generation, and response generation.
23
+
24
+ ### Key Features
25
+
26
+ Autonomous Annotation: Eliminates the need for manual annotations or costly API calls of proprietary LLMs, making the annotation process cost-effective and efficient.
27
+
28
+ High-Quality Data Generation: Produces datasets with diversity and complexity that are comparable to human-annotated or cleaned datasets, such as Alpaca-GPT4-Cleaned.
29
 
30
+ Open-Sourced Framework: Fully open-sourced, allowing the community to leverage and contribute to the ongoing improvement of the framework.