Text Generation
English
telmo000 commited on
Commit
a54d696
1 Parent(s): d264778

fix model links

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,7 +27,7 @@ Based on the article [Ziems at. al (2022)](https://arxiv.org/abs/2204.02952).
27
  - **Model type:** LLM
28
  - **Language(s) (NLP):** English
29
  - **License:** [bigscience-bloom-rail-1.0](https://bigscience.huggingface.co/blog/the-bigscience-rail-license)
30
- - **Finetuned from model :** [https://huggingface.co/bigscience/bloom-7b1](bigscience/bloom-1b7)
31
 
32
  ## Uses
33
 
@@ -53,7 +53,7 @@ As a fine-tuned version of BLOOM, this model carries all the biases, risks, and
53
 
54
  ### Training Procedure
55
 
56
- The baseline model [https://huggingface.co/bigscience/bloom-7b1](bigscience/bloom-1b7) was trained through 100 steps over the training split of the training data, with its prompt engineered to request explicit positive sentence reframing:
57
 
58
  ```
59
  Below is a negative sentence, please select a reframing strategy and write the positive reframed sentence.
 
27
  - **Model type:** LLM
28
  - **Language(s) (NLP):** English
29
  - **License:** [bigscience-bloom-rail-1.0](https://bigscience.huggingface.co/blog/the-bigscience-rail-license)
30
+ - **Finetuned from model :** [bigscience/bloom-1b7](https://huggingface.co/bigscience/bloom-1b7)
31
 
32
  ## Uses
33
 
 
53
 
54
  ### Training Procedure
55
 
56
+ The baseline model [bigscience/bloom-1b7](https://huggingface.co/bigscience/bloom-1b7) was trained through 100 steps over the training split of the training data, with its prompt engineered to request explicit positive sentence reframing:
57
 
58
  ```
59
  Below is a negative sentence, please select a reframing strategy and write the positive reframed sentence.