pszemraj librarian-bot commited on
Commit
2dd7b06
1 Parent(s): aae22d9

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (e5c443ee14222bf2514eb170b8d361a56c3f077f)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +29 -15
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  license: other
4
  tags:
@@ -11,28 +10,43 @@ tags:
11
  - 125m
12
  datasets:
13
  - aeslc
14
-
15
  widget:
16
- - text: "Hey <NAME>,\n\nThank you for signing up for my weekly newsletter. Before we get started, you'll have to confirm your email address."
17
- example_title: "newsletter"
18
- - text: "Hi <NAME>,\n\nI hope this email finds you well. Let me start by saying that I am a big fan of your work."
19
- example_title: "fan"
20
- - text: "Greetings <NAME>,\n\nI hope you had a splendid evening at the Company sausage eating festival. I am reaching out because"
21
- example_title: "festival"
22
- - text: "Good Morning <NAME>,\n\nI was just thinking to myself about how much I love creating value"
23
- example_title: "value"
24
- - text: "URGENT - I need"
25
- example_title: "URGENT"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  parameters:
27
  min_length: 4
28
  max_length: 64
29
  length_penalty: 0.7
30
  no_repeat_ngram_size: 3
31
- do_sample: False
32
  num_beams: 4
33
- early_stopping: True
34
  repetition_penalty: 3.5
35
- use_fast: False
 
36
  ---
37
  > NOTE: there is currently a bug with huggingface API for OPT models. Please use the [colab notebook](https://colab.research.google.com/gist/pszemraj/033dc9a38da31ced7a0343091ba42e31/email-autocomplete-demo-125m.ipynb) to test :)
38
 
 
1
  ---
2
  license: other
3
  tags:
10
  - 125m
11
  datasets:
12
  - aeslc
 
13
  widget:
14
+ - text: 'Hey <NAME>,
15
+
16
+
17
+ Thank you for signing up for my weekly newsletter. Before we get started, you''ll
18
+ have to confirm your email address.'
19
+ example_title: newsletter
20
+ - text: 'Hi <NAME>,
21
+
22
+
23
+ I hope this email finds you well. Let me start by saying that I am a big fan of
24
+ your work.'
25
+ example_title: fan
26
+ - text: 'Greetings <NAME>,
27
+
28
+
29
+ I hope you had a splendid evening at the Company sausage eating festival. I am
30
+ reaching out because'
31
+ example_title: festival
32
+ - text: 'Good Morning <NAME>,
33
+
34
+
35
+ I was just thinking to myself about how much I love creating value'
36
+ example_title: value
37
+ - text: URGENT - I need
38
+ example_title: URGENT
39
  parameters:
40
  min_length: 4
41
  max_length: 64
42
  length_penalty: 0.7
43
  no_repeat_ngram_size: 3
44
+ do_sample: false
45
  num_beams: 4
46
+ early_stopping: true
47
  repetition_penalty: 3.5
48
+ use_fast: false
49
+ base_model: facebook/opt-125m
50
  ---
51
  > NOTE: there is currently a bug with huggingface API for OPT models. Please use the [colab notebook](https://colab.research.google.com/gist/pszemraj/033dc9a38da31ced7a0343091ba42e31/email-autocomplete-demo-125m.ipynb) to test :)
52