Update README
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- text-generation
|
6 |
+
license: mit
|
7 |
+
base_model:
|
8 |
+
- EleutherAI/pythia-70m
|
9 |
+
- microsoft/phi-1_5
|
10 |
+
- facebook/opt-125m
|
11 |
+
- gpt2
|
12 |
+
---
|
13 |
+
|
14 |
+
# Test Model 2
|
15 |
+
|
16 |
+
This is a test model for the HuggingFace Repo Fixer tool.
|
17 |
+
|
18 |
+
## Model Details
|
19 |
+
|
20 |
+
Original model: [facebook/opt-125m](https://huggingface.co/facebook/opt-125m)
|
21 |
+
|
22 |
+
This model is a fine-tuned version of facebook/opt-125m.
|
23 |
+
|
24 |
+
## Usage
|
25 |
+
|
26 |
+
[Add usage instructions here]
|
27 |
+
|
28 |
+
## Training
|
29 |
+
|
30 |
+
[Add training details here]
|
31 |
+
|
32 |
+
## Evaluation
|
33 |
+
|
34 |
+
[Add evaluation results here]
|
35 |
+
|
36 |
+
## Limitations
|
37 |
+
|
38 |
+
[Add known limitations here]
|