Teja-Gollapudi commited on
Commit
4ad9cc1
1 Parent(s): 7cf72b3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - tatsu-lab/alpaca
4
+ language:
5
+ - en
6
+
7
+ pipeline_tag: text2text-generation
8
+ ---
9
+
10
+
11
+ # Model Details
12
+
13
+ - **Model name:** alpaca-flan-T5-large
14
+ - **Model type:** - Text2Text Generation
15
+ - **Parent Model:** [google/flan-t5-large](https://huggingface.co/google/flan-t5-large)
16
+ - **Training dataset:** [Alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca)
17
+ - **Language:** English
18
+ - **Framework:** PyTorch
19
+ - **Model version:** 1.0
20
+
21
+
22
+ # Intended Use
23
+
24
+
25
+ # How to Use
26
+
27
+ ```python
28
+ from transformers import pipeline
29
+
30
+
31
+
32
+ ```
33
+
34
+
35
+ # Training Details
36
+
37
+ The model was trained on 3xV100 GPUs
38
+
39
+ Hyperparameters:
40
+ learning_rate = 5e-5
41
+ batch_size = 128
42
+ epochs = 3
43
+
44
+
45
+ ```
46
+
47
+
48
+
49
+ # Limitations and Bias
50
+
51
+ The model is based on a large and diverse dataset, but it may still have limitations and biases in certain areas. Some limitations include:
52
+
53
+ - Language: The model is designed to work with English text only and may not perform as well in other languages.
54
+
55
+
56
+ In addition, the model may have some bias in terms of the data it was trained on. The dataset includes questions from a variety of sources, but it may not be representative of all populations or perspectives. As a result, the model may perform better or worse for certain types of questions or on certain types of texts.